public static interface BlobContainer.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BlobContainer.DefinitionStages.Blank
The first stage of a BlobContainer definition.
|
static interface |
BlobContainer.DefinitionStages.WithBlobService
The stage of the blobcontainer definition allowing to specify BlobService.
|
static interface |
BlobContainer.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified. |
static interface |
BlobContainer.DefinitionStages.WithMetadata
The stage of the blobcontainer definition allowing to specify Metadata.
|
static interface |
BlobContainer.DefinitionStages.WithPublicAccess
The stage of the blobcontainer definition allowing to specify PublicAccess.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.