StorageConfiguration 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.
Gets or sets the storage configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.StorageConfigurationTypeConverter))]
public class StorageConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IStorageConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.StorageConfigurationTypeConverter))>]
type StorageConfiguration = class
interface IStorageConfiguration
interface IJsonSerializable
Public Class StorageConfiguration
Implements IStorageConfiguration
- Inheritance
-
StorageConfiguration
- Attributes
- Implements
Constructors
StorageConfiguration() |
Creates an new StorageConfiguration instance. |
Properties
TransportFileShareConfigurationType |
The type of file share config. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IStorageConfiguration. |
FromJsonString(String) |
Creates a new instance of StorageConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |