次の方法で共有


IWithDefaultServiceVersion.WithDefaultServiceVersion(String) メソッド

定義

defaultServiceVersion を指定します。

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate WithDefaultServiceVersion (string defaultServiceVersion);
abstract member WithDefaultServiceVersion : string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Public Function WithDefaultServiceVersion (defaultServiceVersion As String) As IWithCreate

パラメーター

defaultServiceVersion
String

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

戻り値

適用対象