IClustersOperations 인터페이스

정의

ClustersOperations 작업.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

메서드

BeginCreateWithHttpMessagesAsync(String, String, String, ClusterCreateParameters, Dictionary<String,List<String>>, CancellationToken)

지정된 작업 영역에 클러스터를 만듭니다.

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

클러스터를 삭제합니다.

CreateWithHttpMessagesAsync(String, String, String, ClusterCreateParameters, Dictionary<String,List<String>>, CancellationToken)

지정된 작업 영역에 클러스터를 만듭니다.

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

클러스터를 삭제합니다.

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

클러스터에 대한 정보를 가져옵니다.

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

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

ListByWorkspaceWithHttpMessagesAsync(String, String, ClustersListByWorkspaceOptions, Dictionary<String,List<String>>, CancellationToken)

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

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

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

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

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

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

클러스터의 속성을 업데이트.

확장 메서드

BeginCreate(IClustersOperations, String, String, String, ClusterCreateParameters)

지정된 작업 영역에 클러스터를 만듭니다.

BeginCreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

지정된 작업 영역에 클러스터를 만듭니다.

BeginDelete(IClustersOperations, String, String, String)

클러스터를 삭제합니다.

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

클러스터를 삭제합니다.

Create(IClustersOperations, String, String, String, ClusterCreateParameters)

지정된 작업 영역에 클러스터를 만듭니다.

CreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

지정된 작업 영역에 클러스터를 만듭니다.

Delete(IClustersOperations, String, String, String)

클러스터를 삭제합니다.

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

클러스터를 삭제합니다.

Get(IClustersOperations, String, String, String)

클러스터에 대한 정보를 가져옵니다.

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

클러스터에 대한 정보를 가져옵니다.

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

ListByWorkspaceAsync(IClustersOperations, String, String, ClustersListByWorkspaceOptions, CancellationToken)

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

ListByWorkspaceNext(IClustersOperations, String)

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

지정된 작업 영역과 연결된 클러스터에 대한 정보를 가져옵니다.

ListRemoteLoginInformation(IClustersOperations, String, String, String)

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

ListRemoteLoginInformationAsync(IClustersOperations, String, String, String, CancellationToken)

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

ListRemoteLoginInformationNext(IClustersOperations, String)

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

클러스터에 있는 모든 컴퓨팅 노드의 IP 주소, 포트를 가져옵니다.

Update(IClustersOperations, String, String, String, ScaleSettings)

클러스터의 속성을 업데이트.

UpdateAsync(IClustersOperations, String, String, String, ScaleSettings, CancellationToken)

클러스터의 속성을 업데이트.

적용 대상