Role Properties

 

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

NameDescription
System_CAPS_pubpropertyAvailabilitySetName

Gets or sets the name of a set of Virtual Machines.

System_CAPS_pubpropertyConfigurationSets

Gets or sets a collection of ConfigurationSet objects that define system or application configuration settings.

System_CAPS_pubpropertyDataVirtualHardDisks

Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to the Virtual Machine.

System_CAPS_pubpropertyDefaultWinRmCertificateThumbprint

Gets or sets the read-only thumbprint of the certificate that is used with the HTTPS listener for WinRM.

System_CAPS_pubpropertyLabel

Gets or sets an identifier for the deployment.

System_CAPS_pubpropertyMediaLocation

Optional. Storage location where the VM Image VHDs should be copied, for published VM Images.

System_CAPS_pubpropertyOSVersion

Gets or sets the version of the operating system on which the role instances are running.

System_CAPS_pubpropertyOSVirtualHardDisk

Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for the Virtual Machine.

System_CAPS_pubpropertyProvisionGuestAgent

Optional. Indicates whether the WindowsAzureGuestAgent service is installed on the Virtual Machine. To run a resource extension in a Virtual Machine, this service must be installed.

System_CAPS_pubpropertyResourceExtensionReferences

Optional. Contains a collection of resource extensions that are to be installed on the Virtual Machine. This element is used if ProvisionGuestAgent is set to true.

System_CAPS_pubpropertyRoleName

Gets or sets the name of the Virtual Machine.

System_CAPS_pubpropertyRoleSize

Gets or sets the size of the Virtual Machine.

System_CAPS_pubpropertyRoleType

Gets or sets the type of the role.

System_CAPS_pubpropertyVMImageName

Optional. Optional. The name of the VMImage from which this Role is to be created. If the OSDisk in the VMImage was Specialized, then no WindowsProvisioningConfigurationSet or LinuxProvisioningConfigurationSet should be provided. No OSVirtualHardDisk or DataVirtualHardDisk should be specified when using this argument.

Return to top
Show: