Interface BlobServiceProperties.UpdateStages.WithDefaultServiceVersion
- All Known Subinterfaces:
BlobServiceProperties.Update
- Enclosing interface:
BlobServiceProperties.UpdateStages
public static interface BlobServiceProperties.UpdateStages.WithDefaultServiceVersion
The stage of the blobserviceproperties update allowing to specify DefaultServiceVersion.
-
Method Summary
Modifier and TypeMethodDescriptionwithDefaultServiceVersion(String defaultServiceVersion) Specifies defaultServiceVersion.
-
Method Details
-
withDefaultServiceVersion
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 update stage
-