Interface BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion
- All Known Subinterfaces:
BlobServiceProperties.Definition,BlobServiceProperties.DefinitionStages.WithCreate
- Enclosing interface:
BlobServiceProperties.DefinitionStages
public static interface BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion
The stage of the blobserviceproperties definition allowing to specify DefaultServiceVersion.
-
Method Summary
Modifier and TypeMethodDescriptionwithDefaultServiceVersion(String defaultServiceVersion) Specifies defaultServiceVersion.
-
Method Details
-
withDefaultServiceVersion
BlobServiceProperties.DefinitionStages.WithCreate withDefaultServiceVersion(String defaultServiceVersion) Specifies defaultServiceVersion.- Parameters:
defaultServiceVersion- DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions- Returns:
- the next definition stage
-