Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The classicMobileServices resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Web/classicMobileServices resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Web/classicMobileServices@2015-08-01' = {
name: 'string'
}
Property Values
Microsoft.Web/classicMobileServices
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
ARM template resource definition
The classicMobileServices resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Web/classicMobileServices resource, add the following JSON to your template.
{
"type": "Microsoft.Web/classicMobileServices",
"apiVersion": "2015-08-01",
"name": "string"
}
Property Values
Microsoft.Web/classicMobileServices
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2015-08-01' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.Web/classicMobileServices' |
Usage Examples
Terraform (AzAPI provider) resource definition
The classicMobileServices resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Web/classicMobileServices resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/classicMobileServices@2015-08-01"
name = "string"
parent_id = "string"
}
Property Values
Microsoft.Web/classicMobileServices
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "Microsoft.Web/classicMobileServices@2015-08-01" |