次の方法で共有


PrivateCloudsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

プライベート クラウドを作成または更新する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.PrivateCloud> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName, Microsoft.Azure.Management.Avs.Models.PrivateCloud privateCloud, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string * Microsoft.Azure.Management.Avs.Models.PrivateCloud * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.PrivateCloud>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String, privateCloud As PrivateCloud, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateCloud)

パラメーター

operations
IPrivateCloudsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

privateCloud
PrivateCloud

プライベート クラウド

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象