VaultModelCollection 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.
Vault model collection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VaultModelCollectionTypeConverter))]
public class VaultModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVaultModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VaultModelCollectionTypeConverter))>]
type VaultModelCollection = class
interface IVaultModelCollection
interface IJsonSerializable
Public Class VaultModelCollection
Implements IVaultModelCollection
- Inheritance
-
VaultModelCollection
- Attributes
- Implements
Constructors
VaultModelCollection() |
Creates an new VaultModelCollection instance. |
Properties
NextLink |
Gets or sets the value of next link. |
Value |
Gets or sets the list of vaults. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VaultModelCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VaultModelCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVaultModelCollection. |
FromJsonString(String) |
Creates a new instance of VaultModelCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VaultModelCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |