Share via


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