ARMDeploymentDestination Data Type

A Microsoft Azure Resource Manager (ARM) deployment destination.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
datastores list of ManagedObjectReference element 0/unbounded the datastores
diagnosticsStorageAccount ManagedObjectReference element 0/1 Get the account used to store memory metrics which are ultimately used by diagnostics extensions. These metrics can be leveraged to make memory-based recommendations.
securityGroup ManagedObjectReference element 0/1 Get this deployment destination's network security group, which is used to allow or deny traffic.
subnets list of ManagedObjectReference element 0/unbounded Gets the subnets (logical networks) this deployment destination exists in.
Properties inherited from DeploymentDestination
appliedPlacementAttributes list of AppliedPlacementAttribute element 0/unbounded the placement attributes that have been applied
id long element 1/1 The ID of this provisioning destination.
managementServer ManagedObjectReference element 0/1 The management server of this provisioning destination.
name string element 0/1 The name of this provisioning destination.
organizations list of ManagedObjectReference element 0/unbounded Gets the organizations.
target ManagedObjectReference element 0/1 The target to deploy the virtual machine to.
users list of OwnerInfo element 0/unbounded Gets the users.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<ARMDeploymentDestination xsitype="...">
  <datastores xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </datastores>
  <diagnosticsStorageAccount xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </diagnosticsStorageAccount>
  <securityGroup xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </securityGroup>
  <subnets xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </subnets>
  <id>...</id>
  <name>...</name>
  <managementServer>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </managementServer>
  <target>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </target>
  <users>
    <id>...</id>
    <loginId>...</loginId>
    <displayName>...</displayName>
    <email>...</email>
    <itContact>...</itContact>
    <primary>...</primary>
  </users>
  <organizations>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </organizations>
  <appliedPlacementAttributes>
    <placementAttribute/>
    <allowedValues>...</allowedValues>
  </appliedPlacementAttributes>
</ARMDeploymentDestination>