ConfigurationSet Properties

 

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

NameDescription
System_CAPS_pubpropertyAdminPassword

Gets or sets the administrator password to use for the Virtual Machine.

System_CAPS_pubpropertyAdminUserName

Gets or sets the name of the default administrator account.

System_CAPS_pubpropertyComputerName

Gets or sets the computer name for the Virtual Machine.

System_CAPS_pubpropertyConfigurationSetType

Gets or sets the configuration type for the configuration set.

System_CAPS_pubpropertyCustomData

Optional. Optional. Provides base64 encoded custom data to be passed to VM.

System_CAPS_pubpropertyDisableSshPasswordAuthentication

Gets or sets whether SSH authentication is disabled.

System_CAPS_pubpropertyDomainJoin

Gets or sets a DomainJoinSettings object that defines a domain to which the Virtual Machine will be joined.

 

System_CAPS_pubpropertyEnableAutomaticUpdates

Gets or sets whether automatic updates are enabled for the Virtual Machine.

System_CAPS_pubpropertyHostName

Gets or sets the host name for the Virtual Machine.

System_CAPS_pubpropertyInputEndpoints

Gets or sets a collection of InputEndpoint objects that enable communication with the Virtual Machine.

System_CAPS_pubpropertyNetworkInterfaces

Optional.

System_CAPS_pubpropertyNetworkSecurityGroup

Optional. Gets or sets the Network Security Group associated with this role. Optional

System_CAPS_pubpropertyPublicIPs

Optional. Optional. A set of public IPs. Currently, only one additional public IP per role is supported in an IaaS deployment. The IP address is in addition to the default VIP for the deployment.

System_CAPS_pubpropertyResetPasswordOnFirstLogon

Gets or sets whether the password should be reset the first time the administrator logs in.

System_CAPS_pubpropertySshSettings

Gets or sets an SshSettings object that specifies the SSH public keys and key pairs to populate in the image during provisioning.

System_CAPS_pubpropertyStaticVirtualNetworkIPAddress

Optional. Specifies a Customer Address, i.e. an IP address assigned to a VM in a VNet's SubNet. For example: 10.0.0.4.

System_CAPS_pubpropertyStoredCertificateSettings

Gets or sets a collection of StoredCertificateSettings objects that define the service certificates that should be added to the Virtual Machine.

System_CAPS_pubpropertySubnetNames

Gets or sets a collection of Virtual Network subnet names.

System_CAPS_pubpropertyTimeZone

Gets or sets the time zone for the Virtual Machine.

System_CAPS_pubpropertyUserName

Gets or sets the name of a user account to be created in the sudoer group of the Virtual Machine.

System_CAPS_pubpropertyUserPassword

Gets or sets the password for the user account.

System_CAPS_pubpropertyWindowsRemoteManagement

Gets or sets a WindowsRemoteManagementSettings object that configures the Windows Remote Management service on the Virtual Machine.

Return to top
Show: