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

ExistingRecoveryProximityPlacementGroup Class

Definition

Existing recovery proximity placement group input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ExistingRecoveryProximityPlacementGroupTypeConverter))]
public class ExistingRecoveryProximityPlacementGroup : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IExistingRecoveryProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ExistingRecoveryProximityPlacementGroupTypeConverter))>]
type ExistingRecoveryProximityPlacementGroup = class
    interface IExistingRecoveryProximityPlacementGroup
    interface IJsonSerializable
    interface IRecoveryProximityPlacementGroupCustomDetails
    interface IValidates
Public Class ExistingRecoveryProximityPlacementGroup
Implements IExistingRecoveryProximityPlacementGroup, IValidates
Inheritance
ExistingRecoveryProximityPlacementGroup
Attributes
Implements

Constructors

ExistingRecoveryProximityPlacementGroup()

Creates an new ExistingRecoveryProximityPlacementGroup instance.

Properties

RecoveryProximityPlacementGroupId

The recovery proximity placement group Id. Will throw error, if resource does not exist.

ResourceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExistingRecoveryProximityPlacementGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExistingRecoveryProximityPlacementGroup.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExistingRecoveryProximityPlacementGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to