Resources Functions
object ResourcesFunctions
Functions
Link copied to clipboard
Gets a deployment script with a given name. API Version: 2020-10-01.
suspend fun getAzureCliScript(argument: suspend GetAzureCliScriptPlainArgsBuilder.() -> Unit): GetAzureCliScriptResult
suspend fun getAzureCliScript(resourceGroupName: String, scriptName: String): GetAzureCliScriptResult
Link copied to clipboard
suspend fun getAzurePowerShellScript(argument: GetAzurePowerShellScriptPlainArgs): GetAzurePowerShellScriptResult
Gets a deployment script with a given name. API Version: 2020-10-01.
suspend fun getAzurePowerShellScript(argument: suspend GetAzurePowerShellScriptPlainArgsBuilder.() -> Unit): GetAzurePowerShellScriptResult
suspend fun getAzurePowerShellScript(resourceGroupName: String, scriptName: String): GetAzurePowerShellScriptResult
Link copied to clipboard
Gets a deployment. API Version: 2021-01-01.
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
Link copied to clipboard
suspend fun getDeploymentAtManagementGroupScope(argument: GetDeploymentAtManagementGroupScopePlainArgs): GetDeploymentAtManagementGroupScopeResult
Gets a deployment. API Version: 2021-01-01.
suspend fun getDeploymentAtManagementGroupScope(argument: suspend GetDeploymentAtManagementGroupScopePlainArgsBuilder.() -> Unit): GetDeploymentAtManagementGroupScopeResult
suspend fun getDeploymentAtManagementGroupScope(deploymentName: String, groupId: String): GetDeploymentAtManagementGroupScopeResult
Link copied to clipboard
suspend fun getDeploymentAtScope(argument: GetDeploymentAtScopePlainArgs): GetDeploymentAtScopeResult
Gets a deployment. API Version: 2021-01-01.
suspend fun getDeploymentAtScope(argument: suspend GetDeploymentAtScopePlainArgsBuilder.() -> Unit): GetDeploymentAtScopeResult
Link copied to clipboard
suspend fun getDeploymentAtSubscriptionScope(argument: GetDeploymentAtSubscriptionScopePlainArgs): GetDeploymentAtSubscriptionScopeResult
Gets a deployment. API Version: 2021-01-01.
suspend fun getDeploymentAtSubscriptionScope(deploymentName: String): GetDeploymentAtSubscriptionScopeResult
suspend fun getDeploymentAtSubscriptionScope(argument: suspend GetDeploymentAtSubscriptionScopePlainArgsBuilder.() -> Unit): GetDeploymentAtSubscriptionScopeResult
Link copied to clipboard
suspend fun getDeploymentAtTenantScope(argument: GetDeploymentAtTenantScopePlainArgs): GetDeploymentAtTenantScopeResult
Gets a deployment. API Version: 2021-01-01.
suspend fun getDeploymentAtTenantScope(argument: suspend GetDeploymentAtTenantScopePlainArgsBuilder.() -> Unit): GetDeploymentAtTenantScopeResult
Link copied to clipboard
Gets a resource. API Version: 2019-05-01.
suspend fun getResource(argument: suspend GetResourcePlainArgsBuilder.() -> Unit): GetResourceResult
suspend fun getResource(parentResourcePath: String, resourceGroupName: String, resourceName: String, resourceProviderNamespace: String, resourceType: String): GetResourceResult
Link copied to clipboard
Gets a resource group. API Version: 2019-05-01.
suspend fun getResourceGroup(argument: suspend GetResourceGroupPlainArgsBuilder.() -> Unit): GetResourceGroupResult
Link copied to clipboard
Wrapper resource for tags API requests and responses. API Version: 2019-10-01.
suspend fun getTagAtScope(argument: suspend GetTagAtScopePlainArgsBuilder.() -> Unit): GetTagAtScopeResult
Link copied to clipboard
Gets a Template Spec with a given name. API Version: 2022-02-01.
suspend fun getTemplateSpec(argument: suspend GetTemplateSpecPlainArgsBuilder.() -> Unit): GetTemplateSpecResult
suspend fun getTemplateSpec(expand: String? = null, resourceGroupName: String, templateSpecName: String): GetTemplateSpecResult
Link copied to clipboard
suspend fun getTemplateSpecVersion(argument: GetTemplateSpecVersionPlainArgs): GetTemplateSpecVersionResult
Gets a Template Spec version from a specific Template Spec. API Version: 2022-02-01.
suspend fun getTemplateSpecVersion(argument: suspend GetTemplateSpecVersionPlainArgsBuilder.() -> Unit): GetTemplateSpecVersionResult
suspend fun getTemplateSpecVersion(resourceGroupName: String, templateSpecName: String, templateSpecVersion: String): GetTemplateSpecVersionResult