你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICloudServiceIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.CloudServiceIdentityTypeConverter))]
public interface ICloudServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.CloudServiceIdentityTypeConverter))>]
type ICloudServiceIdentity = interface
    interface IJsonSerializable
Public Interface ICloudServiceIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CloudServiceName

Name of the cloud service.

Id

Resource identity path

IPConfigurationName

The IP configuration name.

Location

Name of the location that the OS version pertains to.

NetworkInterfaceName

The name of the network interface.

OSFamilyName

Name of the OS family.

OSVersionName

Name of the OS version.

PublicIPAddressName

The name of the public IP Address.

ResourceGroupName

Name of the resource group.

RoleInstanceName

Name of the role instance.

RoleName

Name of the role.

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

UpdateDomain

Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to