ProtectedItemsQueryParameter 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.
Query parameter to enumerate protected items.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectedItemsQueryParameterTypeConverter))]
public class ProtectedItemsQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectedItemsQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectedItemsQueryParameterTypeConverter))>]
type ProtectedItemsQueryParameter = class
interface IProtectedItemsQueryParameter
interface IJsonSerializable
Public Class ProtectedItemsQueryParameter
Implements IProtectedItemsQueryParameter
- Inheritance
-
ProtectedItemsQueryParameter
- Attributes
- Implements
Constructors
ProtectedItemsQueryParameter() |
Creates an new ProtectedItemsQueryParameter instance. |
Properties
FabricObjectId |
The fabric object Id filter. |
InstanceType |
The replication provider type. |
MultiVMGroupCreateOption |
Whether Multi VM group is auto created or specified by user. |
ProcessServerId |
The process server Id filter. |
RecoveryPlanName |
The recovery plan filter. |
SourceFabricLocation |
The source fabric location filter. |
SourceFabricName |
The source fabric name filter. |
VCenterName |
The vCenter name filter. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProtectedItemsQueryParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProtectedItemsQueryParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectedItemsQueryParameter. |
FromJsonString(String) |
Creates a new instance of ProtectedItemsQueryParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProtectedItemsQueryParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |