次の方法で共有


ProfilesOperationsExtensions.CreateAsync メソッド

定義

指定したサブスクリプションとリソース グループの下にプロファイル名を持つ新しい CDN プロファイルを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner> CreateAsync(this Microsoft.Azure.Management.Cdn.Fluent.IProfilesOperations operations, string resourceGroupName, string profileName, Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner profile, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Cdn.Fluent.IProfilesOperations * string * string * Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>
<Extension()>
Public Function CreateAsync (operations As IProfilesOperations, resourceGroupName As String, profileName As String, profile As ProfileInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProfileInner)

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意の CDN プロファイルの名前。

profile
ProfileInner

新しいプロファイルを作成するために必要なプロファイル プロパティ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象