StorageAccountSharedKeyAccessProperties Class

Definition

Defines shared key access properties for a storage account.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountSharedKeyAccessPropertiesTypeConverter))]
public class StorageAccountSharedKeyAccessProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountSharedKeyAccessProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountSharedKeyAccessPropertiesTypeConverter))>]
type StorageAccountSharedKeyAccessProperties = class
    interface IStorageAccountSharedKeyAccessProperties
    interface IJsonSerializable
Public Class StorageAccountSharedKeyAccessProperties
Implements IStorageAccountSharedKeyAccessProperties
Inheritance
StorageAccountSharedKeyAccessProperties
Attributes
Implements

Constructors

Name Description
StorageAccountSharedKeyAccessProperties()

Creates an new StorageAccountSharedKeyAccessProperties instance.

Properties

Name Description
BlobEnabled

Indicates whether shared key access is enabled for the service.

FileEnabled

Indicates whether shared key access is enabled for the service.

QueueEnabled

Indicates whether shared key access is enabled for the service.

TableEnabled

Indicates whether shared key access is enabled for the service.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAccountSharedKeyAccessProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccountSharedKeyAccessProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountSharedKeyAccessProperties.

FromJsonString(String)

Creates a new instance of StorageAccountSharedKeyAccessProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccountSharedKeyAccessProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to