다음을 통해 공유


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 지원 Virtual Machine VM 크기 목록을 가져옵니다.

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

지정된 위치에서 사용할 수 있는 Batch 지원 Virtual Machine 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 지원 Virtual Machine VM 크기 목록을 가져옵니다.

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

지정된 위치에서 사용할 수 있는 Batch 지원 Virtual Machine VM 크기 목록을 가져옵니다.

ListSupportedVirtualMachineSkusNext(ILocationOperations, String)

지정된 위치에서 사용할 수 있는 Batch 지원 Virtual Machine VM 크기 목록을 가져옵니다.

ListSupportedVirtualMachineSkusNextAsync(ILocationOperations, String, CancellationToken)

지정된 위치에서 사용할 수 있는 Batch 지원 Virtual Machine VM 크기 목록을 가져옵니다.

적용 대상