public static interface BlobServiceProperties.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BlobServiceProperties.DefinitionStages.Blank
The first stage of a BlobServiceProperties definition.
|
static interface |
BlobServiceProperties.DefinitionStages.WithCors
The stage of the blobserviceproperties definition allowing to specify Cors.
|
static interface |
BlobServiceProperties.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 |
BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion
The stage of the blobserviceproperties definition allowing to specify DefaultServiceVersion.
|
static interface |
BlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicy
The stage of the blobserviceproperties definition allowing to specify DeleteRetentionPolicy.
|
static interface |
BlobServiceProperties.DefinitionStages.WithStorageAccount
The stage of the blobserviceproperties definition allowing to specify StorageAccount.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.