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

ProtectionContainerProperties Class

Definition

Protection profile custom data details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectionContainerPropertiesTypeConverter))]
public class ProtectionContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectionContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectionContainerPropertiesTypeConverter))>]
type ProtectionContainerProperties = class
    interface IProtectionContainerProperties
    interface IJsonSerializable
Public Class ProtectionContainerProperties
Implements IProtectionContainerProperties
Inheritance
ProtectionContainerProperties
Attributes
Implements

Constructors

ProtectionContainerProperties()

Creates an new ProtectionContainerProperties instance.

Properties

FabricFriendlyName

Fabric friendly name.

FabricSpecificDetailInstanceType

Gets the class type. Overridden in derived classes.

FabricType

The fabric type.

FriendlyName

The name.

PairingStatus

The pairing status of this cloud.

ProtectedItemCount

Number of protected PEs.

Role

The role of this cloud.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectionContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectionContainerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectionContainerProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectionContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to