ResourcesFunctions

Functions

Link copied to clipboard

Object model for the Azure CLI script. API Version: 2020-10-01.

suspend fun getAzureCliScript(resourceGroupName: String, scriptName: String): GetAzureCliScriptResult
Link copied to clipboard

Object model for the Azure PowerShell script. API Version: 2020-10-01.

suspend fun getAzurePowerShellScript(resourceGroupName: String, scriptName: String): GetAzurePowerShellScriptResult
Link copied to clipboard

Deployment information. API Version: 2021-01-01.

suspend fun getDeployment(deploymentName: String, resourceGroupName: String): GetDeploymentResult
Link copied to clipboard

Deployment information. API Version: 2021-01-01.

suspend fun getDeploymentAtScope(deploymentName: String, scope: String): GetDeploymentAtScopeResult
Link copied to clipboard

Deployment script object. API Version: 2020-10-01.

suspend fun getDeploymentScript(resourceGroupName: String, scriptName: String): GetDeploymentScriptResult
Link copied to clipboard

Resource information. 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

Resource group information. API Version: 2019-05-01.

suspend fun getResourceGroup(resourceGroupName: String): GetResourceGroupResult
Link copied to clipboard

Wrapper resource for tags API requests and responses. API Version: 2019-10-01.

Link copied to clipboard

Template Spec object. API Version: 2022-02-01.

suspend fun getTemplateSpec(expand: String? = null, resourceGroupName: String, templateSpecName: String): GetTemplateSpecResult
Link copied to clipboard

Template Spec Version object. API Version: 2022-02-01.

suspend fun getTemplateSpecVersion(resourceGroupName: String, templateSpecName: String, templateSpecVersion: String): GetTemplateSpecVersionResult