IClustersOperations 인터페이스

정의

ClustersOperations 작업.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

메서드

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Cluster, Dictionary<String,List<String>>, CancellationToken)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

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

프라이빗 클라우드에서 클러스터 삭제

BeginUpdateWithHttpMessagesAsync(String, String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

프라이빗 클라우드에서 클러스터 업데이트

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Cluster, Dictionary<String,List<String>>, CancellationToken)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

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

프라이빗 클라우드에서 클러스터 삭제

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

프라이빗 클라우드에서 이름으로 클러스터 가져오기

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

프라이빗 클라우드의 클러스터 나열

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

프라이빗 클라우드의 클러스터 나열

UpdateWithHttpMessagesAsync(String, String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

프라이빗 클라우드에서 클러스터 업데이트

확장 메서드

BeginCreateOrUpdate(IClustersOperations, String, String, String, Cluster)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

BeginCreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

BeginDelete(IClustersOperations, String, String, String)

프라이빗 클라우드에서 클러스터 삭제

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

프라이빗 클라우드에서 클러스터 삭제

BeginUpdate(IClustersOperations, String, String, String, ClusterUpdate)

프라이빗 클라우드에서 클러스터 업데이트

BeginUpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

프라이빗 클라우드에서 클러스터 업데이트

CreateOrUpdate(IClustersOperations, String, String, String, Cluster)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

CreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

Delete(IClustersOperations, String, String, String)

프라이빗 클라우드에서 클러스터 삭제

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

프라이빗 클라우드에서 클러스터 삭제

Get(IClustersOperations, String, String, String)

프라이빗 클라우드에서 이름으로 클러스터 가져오기

GetAsync(IClustersOperations, String, String, String, CancellationToken)

프라이빗 클라우드에서 이름으로 클러스터 가져오기

List(IClustersOperations, String, String)

프라이빗 클라우드의 클러스터 나열

ListAsync(IClustersOperations, String, String, CancellationToken)

프라이빗 클라우드의 클러스터 나열

ListNext(IClustersOperations, String)

프라이빗 클라우드의 클러스터 나열

ListNextAsync(IClustersOperations, String, CancellationToken)

프라이빗 클라우드의 클러스터 나열

Update(IClustersOperations, String, String, String, ClusterUpdate)

프라이빗 클라우드에서 클러스터 업데이트

UpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

프라이빗 클라우드에서 클러스터 업데이트

적용 대상