Interface BlobServiceProperties.UpdateStages.WithDefaultServiceVersion
-
- All Known Subinterfaces:
BlobServiceProperties.Update
- Enclosing interface:
- BlobServiceProperties.UpdateStages
public static interface BlobServiceProperties.UpdateStages.WithDefaultServiceVersionThe stage of the blobserviceproperties update allowing to specify DefaultServiceVersion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobServiceProperties.UpdatewithDefaultServiceVersion(String defaultServiceVersion)Specifies defaultServiceVersion.
-
-
-
Method Detail
-
withDefaultServiceVersion
BlobServiceProperties.Update 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 update stage
-
-