你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspaceCollectionsOperationsExtensions.CheckNameAvailability 方法

定义

验证指定的 Power BI 工作区集合名称是否有效且尚未使用。

public static Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse CheckNameAvailability (this Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations operations, string location, Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameRequest body);
static member CheckNameAvailability : Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations * string * Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameRequest -> Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse
<Extension()>
Public Function CheckNameAvailability (operations As IWorkspaceCollectionsOperations, location As String, body As CheckNameRequest) As CheckNameResponse

参数

operations
IWorkspaceCollectionsOperations

此扩展方法的操作组。

location
String

Azure 位置

body
CheckNameRequest

检查名称可用性请求

返回

适用于