次の方法で共有


WorkspaceCollectionsOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

指定した Power BI ワークスペース コレクション名が有効で、まだ使用されていないことを確認します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse> CheckNameAvailabilityAsync(this Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations operations, string location, Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameRequest body, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations * string * Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IWorkspaceCollectionsOperations, location As String, body As CheckNameRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameResponse)

パラメーター

operations
IWorkspaceCollectionsOperations

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

location
String

Azure の場所

body
CheckNameRequest

名前の可用性要求を確認する

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象