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

RoleInstanceProperties Class

Definition

The role instance properties of the network function.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.RoleInstancePropertiesTypeConverter))]
public class RoleInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IRoleInstanceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.RoleInstancePropertiesTypeConverter))>]
type RoleInstanceProperties = class
    interface IRoleInstanceProperties
    interface IJsonSerializable
Public Class RoleInstanceProperties
Implements IRoleInstanceProperties
Inheritance
RoleInstanceProperties
Attributes
Implements

Constructors

RoleInstanceProperties()

Creates an new RoleInstanceProperties instance.

Properties

OperationalState

The operational state of the role instance.

ProvisioningState

The provisioning state of the RoleInstance resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleInstanceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IRoleInstanceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to