LocationsOperationsExtensions.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.Media.Models.EntityNameAvailabilityCheckOutput CheckNameAvailability (this Microsoft.Azure.Management.Media.ILocationsOperations operations, string locationName, string name = default, string type = default);
static member CheckNameAvailability : Microsoft.Azure.Management.Media.ILocationsOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.EntityNameAvailabilityCheckOutput
<Extension()>
Public Function CheckNameAvailability (operations As ILocationsOperations, locationName As String, Optional name As String = Nothing, Optional type As String = Nothing) As EntityNameAvailabilityCheckOutput
Parameters
- operations
- ILocationsOperations
The operations group for this extension method.
- locationName
- String
The name of the location
- name
- String
The account name.
- type
- String
The account type. For a Media Services account, this should be 'MediaServices'.
Returns
Remarks
Checks whether the Media Service resource name is available.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET