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

ProtectedItemsQueryParameter Class

Definition

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.

Applies to