1. Packages
  2. Azure Native v2
  3. API Docs
  4. appplatform
  5. listServiceGloballyEnabledApms
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.appplatform.listServiceGloballyEnabledApms

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

    List globally enabled APMs for a Service. Azure REST API version: 2023-05-01-preview.

    Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.

    Using listServiceGloballyEnabledApms

    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 listServiceGloballyEnabledApms(args: ListServiceGloballyEnabledApmsArgs, opts?: InvokeOptions): Promise<ListServiceGloballyEnabledApmsResult>
    function listServiceGloballyEnabledApmsOutput(args: ListServiceGloballyEnabledApmsOutputArgs, opts?: InvokeOptions): Output<ListServiceGloballyEnabledApmsResult>
    def list_service_globally_enabled_apms(resource_group_name: Optional[str] = None,
                                           service_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListServiceGloballyEnabledApmsResult
    def list_service_globally_enabled_apms_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                           service_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListServiceGloballyEnabledApmsResult]
    func ListServiceGloballyEnabledApms(ctx *Context, args *ListServiceGloballyEnabledApmsArgs, opts ...InvokeOption) (*ListServiceGloballyEnabledApmsResult, error)
    func ListServiceGloballyEnabledApmsOutput(ctx *Context, args *ListServiceGloballyEnabledApmsOutputArgs, opts ...InvokeOption) ListServiceGloballyEnabledApmsResultOutput

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

    public static class ListServiceGloballyEnabledApms 
    {
        public static Task<ListServiceGloballyEnabledApmsResult> InvokeAsync(ListServiceGloballyEnabledApmsArgs args, InvokeOptions? opts = null)
        public static Output<ListServiceGloballyEnabledApmsResult> Invoke(ListServiceGloballyEnabledApmsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListServiceGloballyEnabledApmsResult> listServiceGloballyEnabledApms(ListServiceGloballyEnabledApmsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appplatform:listServiceGloballyEnabledApms
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName string
    The name of the Service resource.
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    service_name str
    The name of the Service resource.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.

    listServiceGloballyEnabledApms Result

    The following output properties are available:

    Value List<string>
    Collection of the globally enabled APMs
    Value []string
    Collection of the globally enabled APMs
    value List<String>
    Collection of the globally enabled APMs
    value string[]
    Collection of the globally enabled APMs
    value Sequence[str]
    Collection of the globally enabled APMs
    value List<String>
    Collection of the globally enabled APMs

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi