다음을 통해 공유


ServerEndpoints interface

ServerEndpoints를 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

새 ServerEndpoint를 만듭니다.

beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

새 ServerEndpoint를 만듭니다.

beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)

지정된 ServerEndpoint를 삭제합니다.

beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)

지정된 ServerEndpoint를 삭제합니다.

beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

서버 엔드포인트를 회수합니다.

beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

서버 엔드포인트를 회수합니다.

beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)

지정된 ServerEndpoint를 패치합니다.

beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)

지정된 ServerEndpoint를 패치합니다.

get(string, string, string, string, ServerEndpointsGetOptionalParams)

ServerEndpoint를 가져옵니다.

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

ServerEndpoint 목록을 가져옵니다.

메서드 세부 정보

beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

새 ServerEndpoint를 만듭니다.

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

parameters
ServerEndpointCreateParameters

서버 엔드포인트 개체의 본문입니다.

options
ServerEndpointsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>

beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

새 ServerEndpoint를 만듭니다.

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<ServerEndpointsCreateResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

parameters
ServerEndpointCreateParameters

서버 엔드포인트 개체의 본문입니다.

options
ServerEndpointsCreateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)

지정된 ServerEndpoint를 삭제합니다.

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

options
ServerEndpointsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>

beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)

지정된 ServerEndpoint를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<ServerEndpointsDeleteHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

options
ServerEndpointsDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

서버 엔드포인트를 회수합니다.

function beginRecallAction(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsRecallActionHeaders>, ServerEndpointsRecallActionHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

parameters
RecallActionParameters

회수 작업 개체의 본문입니다.

options
ServerEndpointsRecallActionOptionalParams

옵션 매개 변수입니다.

반환

beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

서버 엔드포인트를 회수합니다.

function beginRecallActionAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<ServerEndpointsRecallActionHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

parameters
RecallActionParameters

회수 작업 개체의 본문입니다.

options
ServerEndpointsRecallActionOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)

지정된 ServerEndpoint를 패치합니다.

function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

options
ServerEndpointsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>

beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)

지정된 ServerEndpoint를 패치합니다.

function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<ServerEndpointsUpdateResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

options
ServerEndpointsUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, string, ServerEndpointsGetOptionalParams)

ServerEndpoint를 가져옵니다.

function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsGetOptionalParams): Promise<ServerEndpointsGetResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

serverEndpointName

string

서버 엔드포인트 개체의 이름입니다.

options
ServerEndpointsGetOptionalParams

옵션 매개 변수입니다.

반환

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

ServerEndpoint 목록을 가져옵니다.

function listBySyncGroup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: ServerEndpointsListBySyncGroupOptionalParams): PagedAsyncIterableIterator<ServerEndpoint, ServerEndpoint[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

storageSyncServiceName

string

스토리지 동기화 서비스 리소스의 이름입니다.

syncGroupName

string

동기화 그룹 리소스의 이름입니다.

options
ServerEndpointsListBySyncGroupOptionalParams

옵션 매개 변수입니다.

반환