1. Packages
  2. Azure Native v1
  3. API Docs
  4. deploymentmanager
  5. getServiceTopology
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.deploymentmanager.getServiceTopology

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    The resource representation of a service topology. API Version: 2019-11-01-preview.

    Using getServiceTopology

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServiceTopology(args: GetServiceTopologyArgs, opts?: InvokeOptions): Promise<GetServiceTopologyResult>
    function getServiceTopologyOutput(args: GetServiceTopologyOutputArgs, opts?: InvokeOptions): Output<GetServiceTopologyResult>
    def get_service_topology(resource_group_name: Optional[str] = None,
                             service_topology_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetServiceTopologyResult
    def get_service_topology_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                             service_topology_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetServiceTopologyResult]
    func LookupServiceTopology(ctx *Context, args *LookupServiceTopologyArgs, opts ...InvokeOption) (*LookupServiceTopologyResult, error)
    func LookupServiceTopologyOutput(ctx *Context, args *LookupServiceTopologyOutputArgs, opts ...InvokeOption) LookupServiceTopologyResultOutput

    > Note: This function is named LookupServiceTopology in the Go SDK.

    public static class GetServiceTopology 
    {
        public static Task<GetServiceTopologyResult> InvokeAsync(GetServiceTopologyArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceTopologyResult> Invoke(GetServiceTopologyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceTopologyResult> getServiceTopology(GetServiceTopologyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:deploymentmanager:getServiceTopology
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceTopologyName string
    The name of the service topology .
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceTopologyName string
    The name of the service topology .
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceTopologyName String
    The name of the service topology .
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serviceTopologyName string
    The name of the service topology .
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    service_topology_name str
    The name of the service topology .
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceTopologyName String
    The name of the service topology .

    getServiceTopology Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    ArtifactSourceId string
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    Tags Dictionary<string, string>
    Resource tags.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    ArtifactSourceId string
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    Tags map[string]string
    Resource tags.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    artifactSourceId String
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    tags Map<String,String>
    Resource tags.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    artifactSourceId string
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    tags {[key: string]: string}
    Resource tags.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    artifact_source_id str
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    tags Mapping[str, str]
    Resource tags.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    artifactSourceId String
    The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
    tags Map<String>
    Resource tags.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi