次の方法で共有


BlobServicePropertiesImpl.IWithDefaultServiceVersion.WithDefaultServiceVersion メソッド

定義

defaultServiceVersion を指定します。

Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate IWithDefaultServiceVersion.WithDefaultServiceVersion (string defaultServiceVersion);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDefaultServiceVersion.WithDefaultServiceVersion : string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDefaultServiceVersion.WithDefaultServiceVersion : string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
Function WithDefaultServiceVersion (defaultServiceVersion As String) As IUpdate Implements IWithDefaultServiceVersion.WithDefaultServiceVersion

パラメーター

defaultServiceVersion
String

DefaultServiceVersion は、受信要求のバージョンが指定されていない場合に BLOB サービスへの要求に使用する既定のバージョンを示します。 有効値は、バージョン 2008-10-27 およびそれ以降のすべての最新バージョンです。

戻り値

実装

適用対象