다음을 통해 공유


InternetGateways interface

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

메서드

beginCreate(string, string, InternetGateway, InternetGatewaysCreateOptionalParams)

Network Fabric Service Internet Gateway 리소스 인스턴스를 만듭니다.

beginCreateAndWait(string, string, InternetGateway, InternetGatewaysCreateOptionalParams)

Network Fabric Service Internet Gateway 리소스 인스턴스를 만듭니다.

beginDelete(string, string, InternetGatewaysDeleteOptionalParams)

Network Fabric Service Internet Gateway에서 삭제를 실행합니다.

beginDeleteAndWait(string, string, InternetGatewaysDeleteOptionalParams)

Network Fabric Service Internet Gateway에서 삭제를 실행합니다.

beginUpdate(string, string, InternetGatewayPatch, InternetGatewaysUpdateOptionalParams)

Network Fabric Service Internet Gateway에서 패치를 실행합니다.

beginUpdateAndWait(string, string, InternetGatewayPatch, InternetGatewaysUpdateOptionalParams)

Network Fabric Service Internet Gateway에서 패치를 실행합니다.

get(string, string, InternetGatewaysGetOptionalParams)

게이트웨이 GET 메서드를 구현합니다.

listByResourceGroup(string, InternetGatewaysListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 Internet Gateway 목록을 표시합니다.

listBySubscription(InternetGatewaysListBySubscriptionOptionalParams)

구독 GET 메서드별로 Internet Gateway 목록을 표시합니다.

메서드 세부 정보

beginCreate(string, string, InternetGateway, InternetGatewaysCreateOptionalParams)

Network Fabric Service Internet Gateway 리소스 인스턴스를 만듭니다.

function beginCreate(resourceGroupName: string, internetGatewayName: string, body: InternetGateway, options?: InternetGatewaysCreateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGateway>, InternetGateway>>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

body
InternetGateway

요청 페이로드.

options
InternetGatewaysCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGateway>, InternetGateway>>

beginCreateAndWait(string, string, InternetGateway, InternetGatewaysCreateOptionalParams)

Network Fabric Service Internet Gateway 리소스 인스턴스를 만듭니다.

function beginCreateAndWait(resourceGroupName: string, internetGatewayName: string, body: InternetGateway, options?: InternetGatewaysCreateOptionalParams): Promise<InternetGateway>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

body
InternetGateway

요청 페이로드.

options
InternetGatewaysCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<InternetGateway>

beginDelete(string, string, InternetGatewaysDeleteOptionalParams)

Network Fabric Service Internet Gateway에서 삭제를 실행합니다.

function beginDelete(resourceGroupName: string, internetGatewayName: string, options?: InternetGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

options
InternetGatewaysDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, InternetGatewaysDeleteOptionalParams)

Network Fabric Service Internet Gateway에서 삭제를 실행합니다.

function beginDeleteAndWait(resourceGroupName: string, internetGatewayName: string, options?: InternetGatewaysDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

options
InternetGatewaysDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, InternetGatewayPatch, InternetGatewaysUpdateOptionalParams)

Network Fabric Service Internet Gateway에서 패치를 실행합니다.

function beginUpdate(resourceGroupName: string, internetGatewayName: string, body: InternetGatewayPatch, options?: InternetGatewaysUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGateway>, InternetGateway>>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

body
InternetGatewayPatch

L2 격리 도메인 리소스의 특정 속성을 업데이트하는 API입니다.

options
InternetGatewaysUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<InternetGateway>, InternetGateway>>

beginUpdateAndWait(string, string, InternetGatewayPatch, InternetGatewaysUpdateOptionalParams)

Network Fabric Service Internet Gateway에서 패치를 실행합니다.

function beginUpdateAndWait(resourceGroupName: string, internetGatewayName: string, body: InternetGatewayPatch, options?: InternetGatewaysUpdateOptionalParams): Promise<InternetGateway>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

body
InternetGatewayPatch

L2 격리 도메인 리소스의 특정 속성을 업데이트하는 API입니다.

options
InternetGatewaysUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<InternetGateway>

get(string, string, InternetGatewaysGetOptionalParams)

게이트웨이 GET 메서드를 구현합니다.

function get(resourceGroupName: string, internetGatewayName: string, options?: InternetGatewaysGetOptionalParams): Promise<InternetGateway>

매개 변수

resourceGroupName

string

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

internetGatewayName

string

인터넷 게이트웨이의 이름입니다.

options
InternetGatewaysGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<InternetGateway>

listByResourceGroup(string, InternetGatewaysListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 Internet Gateway 목록을 표시합니다.

function listByResourceGroup(resourceGroupName: string, options?: InternetGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InternetGateway, InternetGateway[], PageSettings>

매개 변수

resourceGroupName

string

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

options
InternetGatewaysListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(InternetGatewaysListBySubscriptionOptionalParams)

구독 GET 메서드별로 Internet Gateway 목록을 표시합니다.

function listBySubscription(options?: InternetGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InternetGateway, InternetGateway[], PageSettings>

매개 변수

options
InternetGatewaysListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환