This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.appplatform.listServiceGloballyEnabledApms
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 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:
- Resource
Group stringName - 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 string - The name of the Service resource.
- Resource
Group stringName - 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 string - The name of the Service resource.
- resource
Group StringName - 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 String - The name of the Service resource.
- resource
Group stringName - 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 string - The name of the Service resource.
- resource_
group_ strname - 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.
- resource
Group StringName - 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 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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi