RoleInstance Class

 

Represents a specific role instance.

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

System::Object
  Microsoft.WindowsAzure.Management.Compute.Models::RoleInstance

public ref class RoleInstance 

NameDescription
System_CAPS_pubmethodRoleInstance()

Initializes a new instance of the RoleInstance class.

NameDescription
System_CAPS_pubpropertyGuestAgentStatus

Optional. Guest Agent Status.

System_CAPS_pubpropertyHostName

Gets or sets the DNS host name of the cloud service in which the role instance is running.

System_CAPS_pubpropertyInstanceEndpoints

Gets or sets a collection of InstanceEndpoint objects that define the instance endpoints for the role.

System_CAPS_pubpropertyInstanceErrorCode

Gets or sets an error code.

System_CAPS_pubpropertyInstanceFaultDomain

Gets or sets an integer that represents the fault domain to which the role instance belongs.

System_CAPS_pubpropertyInstanceName

Gets or sets the name of the specific role instance, if an instance of the role is running.

System_CAPS_pubpropertyInstanceSize

Gets or sets a VirtualMachineRoleSize value that specifies the size of the role instance.

System_CAPS_pubpropertyInstanceStateDetails

Gets or sets the state of the role instance.

System_CAPS_pubpropertyInstanceStatus

Gets or sets the current status of the instance.

System_CAPS_pubpropertyInstanceUpgradeDomain

Gets or sets an integer that represents the update domain to which the role instance belongs.

System_CAPS_pubpropertyIPAddress

Gets or sets the IP address of the role instance (DIP).

System_CAPS_pubpropertyNetworkInterfaces

Optional.

System_CAPS_pubpropertyPowerState

Gets or sets a RoleInstancePowerState value that specifies the running state of the role instance.

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_pubpropertyRemoteAccessCertificateThumbprint

Gets or sets the thumbprint of the certificate that is used to remotely access the role instance.

System_CAPS_pubpropertyResourceExtensionStatusList

Optional. Resource Extension Status List.

System_CAPS_pubpropertyRoleName

Gets or sets the name of the role.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: