MixedRealityClientExtensions.CheckNameAvailabilityLocal 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 for local uniqueness
public static Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityResponse CheckNameAvailabilityLocal (this Microsoft.Azure.Management.MixedReality.IMixedRealityClient operations, string location, Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityRequest checkNameAvailability);
static member CheckNameAvailabilityLocal : Microsoft.Azure.Management.MixedReality.IMixedRealityClient * string * Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityRequest -> Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityResponse
<Extension()>
Public Function CheckNameAvailabilityLocal (operations As IMixedRealityClient, location As String, checkNameAvailability As CheckNameAvailabilityRequest) As CheckNameAvailabilityResponse
Parameters
- operations
- IMixedRealityClient
The operations group for this extension method.
- location
- String
The location in which uniqueness will be verified.
- checkNameAvailability
- CheckNameAvailabilityRequest
Check Name Availability Request.
Returns
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