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
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