MigrationConfigListResult 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.
The result of the List migrationConfigurations operation.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.MigrationConfigListResultTypeConverter))]
public class MigrationConfigListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IMigrationConfigListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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.Api20221001Preview.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() |