StorageContainerProperties Class

Definition

Storage container properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.StorageContainerPropertiesTypeConverter))]
public class StorageContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IStorageContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.StorageContainerPropertiesTypeConverter))>]
type StorageContainerProperties = class
    interface IStorageContainerProperties
    interface IJsonSerializable
Public Class StorageContainerProperties
Implements IStorageContainerProperties
Inheritance
StorageContainerProperties
Attributes
Implements

Constructors

Name Description
StorageContainerProperties()

Creates an new StorageContainerProperties instance.

Properties

Name Description
ClusterSharedVolumePath

Gets or sets the ClusterSharedVolumePath.

Name

Gets or sets the Name.

Methods

Name Description
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.Api20240901.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