AzureResourceConfig

AzureResourceConfig
AzureResourceConfig
AllOf
This class requires all of the following:
JSON Example
{
    "instance_type": {
        "id": "string"
    },
    "persistent_disk": {
        "name": "string",
        "size_mb": "string"
    },
    "additional_vm_extensions": [
        "string"
    ],
    "additional_networks": [
        "string"
    ],
    "internet_connected": false,
    "elb_names": [
        "string"
    ]
}
array of string
elb_names
Optional

An array of elb names (max 1 entry). To specify an Azure Application Gateway prefix the Application Gateway name with agw:. Ex. [agw:application-gateway-name]