LocationsOperationsExtensions.CheckNameAvailability メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前を使用できるかどうかを確認します。
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
パラメーター
- operations
- ILocationsOperations
この拡張メソッドの操作グループ。
- locationName
- String
場所の名前
- name
- String
アカウント名。
- type
- String
アカウントの種類。 Media Services アカウントの場合、これは "MediaServices" である必要があります。
戻り値
注釈
Media Service リソース名が使用可能かどうかを確認します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET