ICloudServiceIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |