WorkspaceCollectionsOperationsExtensions.CheckNameAvailability Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verify the specified Power BI Workspace Collection name is valid and not already in use.
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
Parameters
- operations
- IWorkspaceCollectionsOperations
The operations group for this extension method.
- location
- String
Azure location
- body
- CheckNameRequest
Check name availability request
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET