CloudServiceIdentity Class
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 class CloudServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.CloudServiceIdentityTypeConverter))>]
type CloudServiceIdentity = class
interface ICloudServiceIdentity
interface IJsonSerializable
Public Class CloudServiceIdentity
Implements ICloudServiceIdentity
- Inheritance
-
CloudServiceIdentity
- Attributes
- Implements
Constructors
CloudServiceIdentity() |
Creates an new CloudServiceIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServiceIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServiceIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity. |
FromJsonString(String) |
Creates a new instance of CloudServiceIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServiceIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |