StorageContainerProperties 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.
Storage container properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.StorageContainerPropertiesTypeConverter))]
public class StorageContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IStorageContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.StorageContainerPropertiesTypeConverter))>]
type StorageContainerProperties = class
interface IStorageContainerProperties
interface IJsonSerializable
Public Class StorageContainerProperties
Implements IStorageContainerProperties
- Inheritance
-
StorageContainerProperties
- Attributes
- Implements
Constructors
StorageContainerProperties() |
Creates an new StorageContainerProperties instance. |
Properties
ClusterSharedVolumePath |
Gets or sets the ClusterSharedVolumePath. |
Name |
Gets or sets the Name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageContainerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageContainerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IStorageContainerProperties. |
FromJsonString(String) |
Creates a new instance of StorageContainerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageContainerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |