CloudServiceRoleProperties Class

Definition

The cloud service role properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceRolePropertiesTypeConverter))]
public class CloudServiceRoleProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceRolePropertiesTypeConverter))>]
type CloudServiceRoleProperties = class
    interface ICloudServiceRoleProperties
    interface IJsonSerializable
Public Class CloudServiceRoleProperties
Implements ICloudServiceRoleProperties
Inheritance
CloudServiceRoleProperties
Attributes
Implements

Constructors

CloudServiceRoleProperties()

Creates an new CloudServiceRoleProperties instance.

Properties

UniqueId

Specifies the ID which uniquely identifies a cloud service role.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServiceRoleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServiceRoleProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProperties.

FromJsonString(String)

Creates a new instance of CloudServiceRoleProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServiceRoleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to