CoreFunctions

Functions

Link copied to clipboard

Use this data source to access the configuration of the AzureRM provider.

Link copied to clipboard

This data source return the available Extended Locations for a specific Azure Region.

Link copied to clipboard

Use this data source to access information of a specific physical location.

suspend fun getLocation(location: String): GetLocationResult
suspend fun getLocation(argument: suspend GetLocationPlainArgsBuilder.() -> Unit): GetLocationResult
Link copied to clipboard

Use this data source to access information about an existing Resource Group.

Link copied to clipboard

Use this data source to access information about existing resources.

suspend fun getResources(name: String? = null, requiredTags: Map<String, String>? = null, resourceGroupName: String? = null, type: String? = null): GetResourcesResult
Link copied to clipboard

Use this data source to access information about an existing Subscription.

suspend fun getSubscription(subscriptionId: String? = null): GetSubscriptionResult
Link copied to clipboard

Use this data source to access information about all the Subscriptions currently available.

suspend fun getSubscriptions(displayNameContains: String? = null, displayNamePrefix: String? = null): GetSubscriptionsResult
Link copied to clipboard

Use this data source to access information about an existing Template Spec Version.

suspend fun getTemplateSpecVersion(name: String, resourceGroupName: String, version: String): GetTemplateSpecVersionResult
Link copied to clipboard
Link copied to clipboard

Use this data source to access information about an existing User Assigned Identity.

suspend fun getUserAssignedIdentity(name: String, resourceGroupName: String): GetUserAssignedIdentityResult