public static interface BlobServiceProperties.UpdateStages.WithDefaultServiceVersion
| Modifier and Type | Method and Description |
|---|---|
BlobServiceProperties.Update |
withDefaultServiceVersion(String defaultServiceVersion)
Specifies defaultServiceVersion.
|
BlobServiceProperties.Update withDefaultServiceVersion(String defaultServiceVersion)
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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/