Microsoft.Web classicMobileServices 2015-08-01

Bicep resource definition

The classicMobileServices resource type can be deployed with operations that target:

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:

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'

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"
}

Property values

Microsoft.Web/classicMobileServices

Name Description Value
name The resource name string (required)
type The resource type "Microsoft.Web/classicMobileServices@2015-08-01"