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