Cloud.Service.Azure.Storage.Container
Cloud.Service.Azure.Storage.Container
JSON Example
{
"account": "string",
"container_access_type": "string",
"count": 0,
"name": "string",
"resource_group_name": "string",
"storage_account_name": "string"
}
string
account
Required
(Required) The name of the Microsoft Azure cloud account to use for this resource
string
container_access_type
Optional
Access interface that the container provides: blob, container, or private. Default is private.
integer
count
Optional
The number of resource instances to be created.
string
name
Required
(Required) Storage container name. Must be unique within the storage service in which the container is located.
object
properties
Optional
Additional settings for the storage container, in key-value pairs.
string
resource_group_name
Required
(Required) Resource group in which to create the container.
string
storage_account_name
Required
(Required) Storage account in which to create the container.