Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.getAzureSupportedServices
Explore with Pulumi AI
The Azure supported service data source queries for a full list of all supported services.
Example Usage
For an example of this data source, please refer to the Resource Example Usage of the dynatrace.AzureService resource.
Using getAzureSupportedServices
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 getAzureSupportedServices(args: GetAzureSupportedServicesArgs, opts?: InvokeOptions): Promise<GetAzureSupportedServicesResult>
function getAzureSupportedServicesOutput(args: GetAzureSupportedServicesOutputArgs, opts?: InvokeOptions): Output<GetAzureSupportedServicesResult>
def get_azure_supported_services(excepts: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetAzureSupportedServicesResult
def get_azure_supported_services_output(excepts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAzureSupportedServicesResult]
func GetAzureSupportedServices(ctx *Context, args *GetAzureSupportedServicesArgs, opts ...InvokeOption) (*GetAzureSupportedServicesResult, error)
func GetAzureSupportedServicesOutput(ctx *Context, args *GetAzureSupportedServicesOutputArgs, opts ...InvokeOption) GetAzureSupportedServicesResultOutput
> Note: This function is named GetAzureSupportedServices
in the Go SDK.
public static class GetAzureSupportedServices
{
public static Task<GetAzureSupportedServicesResult> InvokeAsync(GetAzureSupportedServicesArgs args, InvokeOptions? opts = null)
public static Output<GetAzureSupportedServicesResult> Invoke(GetAzureSupportedServicesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAzureSupportedServicesResult> getAzureSupportedServices(GetAzureSupportedServicesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dynatrace:index/getAzureSupportedServices:getAzureSupportedServices
arguments:
# arguments dictionary
The following arguments are supported:
- Excepts List<string>
- Services with the given names won't be included in the results
- Excepts []string
- Services with the given names won't be included in the results
- excepts List<String>
- Services with the given names won't be included in the results
- excepts string[]
- Services with the given names won't be included in the results
- excepts Sequence[str]
- Services with the given names won't be included in the results
- excepts List<String>
- Services with the given names won't be included in the results
getAzureSupportedServices Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Services Dictionary<string, bool>
- The keys are the names of the supported services. The values provide information whether that service is built in or not.
- Excepts List<string>
- Services with the given names won't be included in the results
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.