AzureCloudFeatures object

Azure Farm Role configuration. Required for Azure Farm Roles.

Polymorphism

AzureCloudFeatures is a type that implements the CloudFeatures type.

When an object of type CloudFeatures is expected, you can use one of type AzureCloudFeatures (or use any other implementation).

Example JSON representation

{
  "availabilitySet": "string",
  "resourceGroup": "string",
  "storageAccount": "string",
  "type": "AzureCloudFeatures"
}

Properties

property attributes valid values description filter option
resourceGroup
string
required
create-only

An Azure resource group.

type
string
required
create-only
"AzureCloudFeatures"
availabilitySet
string
optional

The identifier of the availability set.

storageAccount
string
optional

Identifier of the general-purpose storage account.