LocationsOperationsExtensions.CheckNameAvailability Method

Definition

Check Name Availability

public static Microsoft.Azure.Management.VideoAnalyzer.Models.CheckNameAvailabilityResponse CheckNameAvailability (this Microsoft.Azure.Management.VideoAnalyzer.ILocationsOperations operations, string locationName, string name = default, string type = default);
static member CheckNameAvailability : Microsoft.Azure.Management.VideoAnalyzer.ILocationsOperations * string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.CheckNameAvailabilityResponse
<Extension()>
Public Function CheckNameAvailability (operations As ILocationsOperations, locationName As String, Optional name As String = Nothing, Optional type As String = Nothing) As CheckNameAvailabilityResponse

Parameters

operations
ILocationsOperations

The operations group for this extension method.

locationName
String

Location Name.

name
String

The name of the resource for which availability needs to be checked.

type
String

The resource type.

Returns

Remarks

Checks whether the Video Analyzer resource name is available.

Applies to