Share via


StorageContainerProperties Class

Definition

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.

Applies to