PrivateEndpointConnections interface
PrivateEndpointConnections를 나타내는 인터페이스입니다.
메서드
begin |
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다. |
begin |
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다. |
begin |
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 삭제합니다. |
begin |
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 삭제합니다. |
get(string, string, string, Private |
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 가져옵니다. |
list |
PrivateEndpointConnection 목록을 가져옵니다. |
메서드 세부 정보
beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
지정된 리소스 그룹 내의 스토리지 동기화 서비스 이름입니다.
- privateEndpointConnectionName
-
string
Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름
- properties
- PrivateEndpointConnection
프라이빗 엔드포인트 연결 속성입니다.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.
function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
지정된 리소스 그룹 내의 스토리지 동기화 서비스 이름입니다.
- privateEndpointConnectionName
-
string
Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름
- properties
- PrivateEndpointConnection
프라이빗 엔드포인트 연결 속성입니다.
옵션 매개 변수입니다.
반환
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 삭제합니다.
function beginDelete(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
지정된 리소스 그룹 내의 스토리지 동기화 서비스 이름입니다.
- privateEndpointConnectionName
-
string
Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
지정된 리소스 그룹 내의 스토리지 동기화 서비스 이름입니다.
- privateEndpointConnectionName
-
string
Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
스토리지 동기화 서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 가져옵니다.
function get(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
지정된 리소스 그룹 내의 스토리지 동기화 서비스 이름입니다.
- privateEndpointConnectionName
-
string
Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름
옵션 매개 변수입니다.
반환
Promise<PrivateEndpointConnection>
listByStorageSyncService(string, string, PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams)
PrivateEndpointConnection 목록을 가져옵니다.
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.