ServiceSharedKeyAccessProperties 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.
Defines shared key access settings for an individual storage service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ServiceSharedKeyAccessPropertiesTypeConverter))]
public class ServiceSharedKeyAccessProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IServiceSharedKeyAccessProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ServiceSharedKeyAccessPropertiesTypeConverter))>]
type ServiceSharedKeyAccessProperties = class
interface IServiceSharedKeyAccessProperties
interface IJsonSerializable
Public Class ServiceSharedKeyAccessProperties
Implements IServiceSharedKeyAccessProperties
- Inheritance
-
ServiceSharedKeyAccessProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceSharedKeyAccessProperties() |
Creates an new ServiceSharedKeyAccessProperties instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Indicates whether shared key access is enabled for the service. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceSharedKeyAccessProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceSharedKeyAccessProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IServiceSharedKeyAccessProperties. |
| FromJsonString(String) |
Creates a new instance of ServiceSharedKeyAccessProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceSharedKeyAccessProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |