次の方法で共有


FileSharesOperationsExtensions.Lease メソッド

定義

リース共有操作は、削除操作の共有に対するロックを確立および管理します。 ロック期間は、15 ~ 60 秒にすることも、無限にすることもできます。

public static Microsoft.Azure.Management.Storage.Models.LeaseShareResponse Lease (this Microsoft.Azure.Management.Storage.IFileSharesOperations operations, string resourceGroupName, string accountName, string shareName, Microsoft.Azure.Management.Storage.Models.LeaseShareRequest parameters = default, string xMsSnapshot = default);
static member Lease : Microsoft.Azure.Management.Storage.IFileSharesOperations * string * string * string * Microsoft.Azure.Management.Storage.Models.LeaseShareRequest * string -> Microsoft.Azure.Management.Storage.Models.LeaseShareResponse
<Extension()>
Public Function Lease (operations As IFileSharesOperations, resourceGroupName As String, accountName As String, shareName As String, Optional parameters As LeaseShareRequest = Nothing, Optional xMsSnapshot As String = Nothing) As LeaseShareResponse

パラメーター

operations
IFileSharesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

shareName
String

指定したストレージ アカウント内のファイル共有の名前。 ファイル共有名の長さは 3 ~ 63 文字にする必要があり、数字、小文字、ダッシュ (-) のみを使用してください。 すべてのダッシュ (-) 文字は、その直前および直後に文字または数字が使用されている必要があります。

parameters
LeaseShareRequest

リース共有要求本文。

xMsSnapshot
String

省略可能。 スナップショットをリースするスナップショット時間を指定します。

戻り値

適用対象