次の方法で共有


ILocationOperations インターフェイス

定義

LocationOperations 操作。

public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations

メソッド

CheckNameAvailabilityWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

指定したリージョンで Batch アカウント名を使用できるかどうかを確認します。

GetQuotasWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定した場所にある指定したサブスクリプションの Batch サービス クォータを取得します。

ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedCloudServiceSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

拡張メソッド

CheckNameAvailability(ILocationOperations, String, String)

指定したリージョンで Batch アカウント名を使用できるかどうかを確認します。

CheckNameAvailabilityAsync(ILocationOperations, String, String, CancellationToken)

指定したリージョンで Batch アカウント名を使用できるかどうかを確認します。

GetQuotas(ILocationOperations, String)

指定した場所にある指定したサブスクリプションの Batch サービス クォータを取得します。

GetQuotasAsync(ILocationOperations, String, CancellationToken)

指定した場所にある指定したサブスクリプションの Batch サービス クォータを取得します。

ListSupportedCloudServiceSkus(ILocationOperations, String, Nullable<Int32>, String)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedCloudServiceSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedCloudServiceSkusNext(ILocationOperations, String)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedCloudServiceSkusNextAsync(ILocationOperations, String, CancellationToken)

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkus(ILocationOperations, String, Nullable<Int32>, String)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkusNext(ILocationOperations, String)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

ListSupportedVirtualMachineSkusNextAsync(ILocationOperations, String, CancellationToken)

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

適用対象