ConnectedEnvironmentStorageProperties 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 properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ConnectedEnvironmentStoragePropertiesTypeConverter))]
public class ConnectedEnvironmentStorageProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorageProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ConnectedEnvironmentStoragePropertiesTypeConverter))>]
type ConnectedEnvironmentStorageProperties = class
interface IConnectedEnvironmentStorageProperties
interface IJsonSerializable
Public Class ConnectedEnvironmentStorageProperties
Implements IConnectedEnvironmentStorageProperties
- Inheritance
-
ConnectedEnvironmentStorageProperties
- Attributes
- Implements
Constructors
ConnectedEnvironmentStorageProperties() |
Creates an new ConnectedEnvironmentStorageProperties instance. |
Properties
AzureFileAccessMode |
Access mode for storage |
AzureFileAccountKey |
Storage account key for azure file. |
AzureFileAccountName |
Storage account name for azure file. |
AzureFileShareName |
Azure file share name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedEnvironmentStorageProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedEnvironmentStorageProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorageProperties. |
FromJsonString(String) |
Creates a new instance of ConnectedEnvironmentStorageProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedEnvironmentStorageProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |