SharesOperationsExtensions.BeginCreateOrUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい共有を作成するか、デバイス上の既存の共有を更新します。
public static Microsoft.Azure.Management.DataBoxEdge.Models.Share BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Share share, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Share * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Share
<Extension()>
Public Function BeginCreateOrUpdate (operations As ISharesOperations, deviceName As String, name As String, share As Share, resourceGroupName As String) As Share
パラメーター
- operations
- ISharesOperations
この拡張メソッドの操作グループ。
- deviceName
- String
デバイス名。
- name
- String
共有名。
- share
- Share
共有プロパティ。
- resourceGroupName
- String
リソース グループ名。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET