ExistingRecoveryProximityPlacementGroup 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.
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. |