OperationsExtensions.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.
Check name availability
public static Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityResponse CheckNameAvailability(this Microsoft.Azure.Management.Synapse.IOperations operations, Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityRequest request);
static member CheckNameAvailability : Microsoft.Azure.Management.Synapse.IOperations * Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityRequest -> Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityResponse
<Extension()>
Public Function CheckNameAvailability (operations As IOperations, request As CheckNameAvailabilityRequest) As CheckNameAvailabilityResponse
Parameters
- operations
- IOperations
The operations group for this extension method.
- request
- CheckNameAvailabilityRequest
The check request
Returns
Remarks
Check whether a workspace name is available
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET