GetAzureServices

Deprecated: signalfx.getAzureServices has been deprecated in favor of signalfx.azure.getServices

Using GetAzureServices

function getAzureServices(args: GetAzureServicesArgs, opts?: InvokeOptions): Promise<GetAzureServicesResult>
function  get_azure_services(services=None, opts=None)
func GetAzureServices(ctx *Context, args *GetAzureServicesArgs, opts ...InvokeOption) (*GetAzureServicesResult, error)
public static class GetAzureServices {
    public static Task<GetAzureServicesResult> InvokeAsync(GetAzureServicesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Services List<Pulumi.SignalFx.Inputs.GetAzureServicesServiceArgs>
Services []GetAzureServicesService
services GetAzureServicesService[]
services List[GetAzureServicesService]

GetAzureServices Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Services List<Pulumi.SignalFx.Outputs.GetAzureServicesService>
Id string

The provider-assigned unique ID for this managed resource.

Services []GetAzureServicesService
id string

The provider-assigned unique ID for this managed resource.

services GetAzureServicesService[]
id str

The provider-assigned unique ID for this managed resource.

services List[GetAzureServicesService]

Supporting Types

GetAzureServicesService

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string
Name string
name string
name str

Package Details

Repository
https://github.com/pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.