共用方式為


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 大小清單。

適用於