Cloud.Service.Azure.Storage.Container

Cloud.Service.Azure.Storage.Container
Cloud.Service.Azure.Storage.Container
JSON Example
{
    "container_access_type": "string",
    "name": "string",
    "provider": "string",
    "resource_group_name": "string",
    "storage_account_name": "string"
}
string
container_access_type
Optional

Access interface that the container provides: blob, container, or private. Default is private.

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
provider
Required

(Required) The name of the Microsoft Azure cloud account to use for this resource

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.