다음을 통해 공유


ClustersOperationsExtensions 클래스

정의

ClustersOperations에 대한 확장 메서드입니다.

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
상속
ClustersOperationsExtensions

메서드

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)

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

적용 대상