EnableAutoProvisioningModel

Details for enabling auto-provisioning.

Properties

NameDescription Additional information
FirstComputeResource

First compute resource to add to the system. Required.

Type: CreateComputeResourceModel

SharedControllerManagementNetwork

Delivery controller machines in all shared delivery sites, and StoreFront servers in all shared StoreFront server groups, must be connected to this management network. If not specified, uses the current value set in global settings. If no value is set in global settings, uses "Shared Controller Management Network".

Type: String

SharedDeliveryGroupManagementNetwork

All shared session machines must be connected to this management network. If not specified, uses the current value set in global settings. If no value is set in global settings, uses "Shared Delivery Group Management Network".

Type: String

OtherSharedDeliveryGroupNetworks

Additional networks which are attached to all shared session machines that are automatically created using integrated provisioning.

Type: Array of String

Sample

application/json

Sample:
{
  "FirstComputeResource": {
    "Name": "SCVMM",
    "ShortName": "SCVMM",
    "Description": "My SCVMM cluster",
    "DataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a",
    "ComputeResourceType": "HyperV",
    "Address": "https://10.1.1.10",
    "UserNameOrApiKey": "DOMAIN\\scvmm",
    "PasswordBase64OrSecretKey": "cGFzc3dvcmQ=",
    "MaxVirtualMachinesToProvision": 100,
    "UseLocalStorage": true,
    "PersonalVDiskStorage": [
      "PVD Storage"
    ],
    "Cluster": {
      "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/ClusterTree",
      "Name": "ClusterRoot",
      "FullPath": "/ClusterRoot",
      "CanBeProvisioningTarget": true,
      "Children": [
        {
          "Name": "Cluster1",
          "FullPath": "/ClusterRoot/Cluster1",
          "CanBeProvisioningTarget": true
        },
        {
          "Name": "Cluster2",
          "FullPath": "/ClusterRoot/Cluster2",
          "CanBeProvisioningTarget": true
        }
      ]
    },
    "Tags": [
      "tag"
    ],
    "CustomProperties": [
      {
        "Name": "myProperty",
        "Value": "myValue"
      }
    ]
  },
  "SharedControllerManagementNetwork": "Shared Controller Management Network",
  "SharedDeliveryGroupManagementNetwork": "Shared Delivery Group Management Network",
  "OtherSharedDeliveryGroupNetworks": [
    "other network"
  ]
}