StorageAccountPropertiesUpdateParameters 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.
The parameters used when updating a storage account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParametersTypeConverter))]
public class StorageAccountPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountPropertiesUpdateParametersTypeConverter))>]
type StorageAccountPropertiesUpdateParameters = class
interface IStorageAccountPropertiesUpdateParameters
interface IJsonSerializable
Public Class StorageAccountPropertiesUpdateParameters
Implements IStorageAccountPropertiesUpdateParameters
- Inheritance
-
StorageAccountPropertiesUpdateParameters
- Attributes
- Implements
Constructors
StorageAccountPropertiesUpdateParameters() |
Creates an new StorageAccountPropertiesUpdateParameters instance. |
Properties
AccessTier |
Required for storage accounts where kind = BlobStorage. The access tier used for billing. |
ActiveDirectoryPropertyAzureStorageSid |
Specifies the security identifier (SID) for Azure Storage. |
ActiveDirectoryPropertyDomainGuid |
Specifies the domain GUID. |
ActiveDirectoryPropertyDomainName |
Specifies the primary domain that the AD DNS server is authoritative for. |
ActiveDirectoryPropertyDomainSid |
Specifies the security identifier (SID). |
ActiveDirectoryPropertyForestName |
Specifies the Active Directory forest to get. |
ActiveDirectoryPropertyNetBiosDomainName |
Specifies the NetBIOS domain name. |
AllowBlobPublicAccess |
Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. |
AllowSharedKeyAccess |
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. |
AzureFileIdentityBasedAuthenticationDirectoryServiceOption |
Indicates the directory service used. |
BlobEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
BlobLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
CustomDomainName |
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. |
CustomDomainUseSubDomainName |
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. |
EnableHttpsTrafficOnly |
Allows https traffic only to storage service if sets to true. |
EncryptionKeySource |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault |
FileEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
FileLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
KeyVaultPropertyKeyName |
The name of KeyVault key. |
KeyVaultPropertyKeyVaultUri |
The Uri of KeyVault. |
KeyVaultPropertyKeyVersion |
The version of KeyVault key. |
LargeFileSharesState |
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. |
MinimumTlsVersion |
Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. |
NetworkRuleSetBypass |
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. |
NetworkRuleSetDefaultAction |
Specifies the default action of allow or deny when no other rules match. |
NetworkRuleSetIPRule |
Sets the IP ACL rules |
NetworkRuleSetVirtualNetworkRule |
Sets the virtual network rules |
QueueEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
QueueLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
TableEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
TableLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageAccountPropertiesUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageAccountPropertiesUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountPropertiesUpdateParameters. |
FromJsonString(String) |
Creates a new instance of StorageAccountPropertiesUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageAccountPropertiesUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |