AzureStorageSpecRead

object
credentialobjectAzureCredentialReadOptional
The credential for the Azure Storage Account
Show 3 propertiesHide 3 properties
sasTokenstringRequiredpattern: ^\?([a-z]+=[^&]+)(&[a-z]+=[^&]+)+$
SAS Token for Azure Storage Account, including leading ?
signedExpirystringRequiredformat: date-time
The expiry time of the token.
signedStartstring or nullRequiredformat: date-time
The start time of the token.
descriptionstring or nullRequired
Description of the storage.
privateLinkServiceConnectionobject or nullPrivateLinkServiceConnectionNullableOptional
Optional settings for a Private Link. Set it to null to remove the Private Link.
Show 4 propertiesHide 4 properties
requestMessagestringRequired0-140 characters
A message passed to the owner of the remote resource with this connection request. This field cannot be modified, only set during creation.
resourceGroupNamestringRequired1-90 characters
The name of the resource group containing the storage account This field cannot be modified, only set during creation.
storageAccountNamestringRequired3-24 characters
The name of the storage account. The full Azure ID would be '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}' This field cannot be modified, only set during creation.
subscriptionIdstringRequiredformat: uuid
The ID of the Azure subscription containing the storage account This field cannot be modified, only set during creation.
regionstring or nullRequired
Storage region.
typeenumRequired
The type of storage. This field cannot be modified, only set during creation.
Allowed values:Microsoft.StorageAWS.S3Google.Storage
urlstringRequired
HTTP(S) URL required for access to the storage. This field cannot be modified, only set during creation.