CloudServiceInstanceView 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.
InstanceView of CloudService as a whole
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceInstanceViewTypeConverter))]
public class CloudServiceInstanceView : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceInstanceViewTypeConverter))>]
type CloudServiceInstanceView = class
interface ICloudServiceInstanceView
interface IJsonSerializable
Public Class CloudServiceInstanceView
Implements ICloudServiceInstanceView
- Inheritance
-
CloudServiceInstanceView
- Attributes
- Implements
Constructors
CloudServiceInstanceView() |
Creates an new CloudServiceInstanceView instance. |
Properties
PrivateId |
Specifies a list of unique identifiers generated internally for the cloud service. |
RoleInstanceStatusesSummary |
The summary. |
SdkVersion |
The version of the SDK that was used to generate the package for the cloud service. |
Statuses |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServiceInstanceView. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServiceInstanceView. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView. |
FromJsonString(String) |
Creates a new instance of CloudServiceInstanceView, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServiceInstanceView into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |