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

MigrationConfigListResult Class

Definition

The result of the List migrationConfigurations operation.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.MigrationConfigListResultTypeConverter))]
public class MigrationConfigListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IMigrationConfigListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.MigrationConfigListResultTypeConverter))>]
type MigrationConfigListResult = class
    interface IMigrationConfigListResult
    interface IJsonSerializable
Public Class MigrationConfigListResult
Implements IMigrationConfigListResult
Inheritance
MigrationConfigListResult
Attributes
Implements

Constructors

MigrationConfigListResult()

Creates an new MigrationConfigListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations

Value

List of Migration Configs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrationConfigListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrationConfigListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IMigrationConfigListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrationConfigListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to