다음을 통해 공유


InternetGatewayRules interface

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

메서드

beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Internet Gateway 규칙 리소스를 만듭니다.

beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Internet Gateway 규칙 리소스를 만듭니다.

beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)

Internet Gateway 규칙 DELETE 메서드를 구현합니다.

beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)

Internet Gateway 규칙 DELETE 메서드를 구현합니다.

beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

인터넷 게이트웨이 규칙 리소스의 특정 속성을 업데이트하는 API입니다.

beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

인터넷 게이트웨이 규칙 리소스의 특정 속성을 업데이트하는 API입니다.

get(string, string, InternetGatewayRulesGetOptionalParams)

Internet Gateway 규칙 리소스를 가져옵니다.

listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 Internet Gateway 규칙 목록을 구현합니다.

listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)

지정된 구독의 모든 Internet Gateway 규칙을 나열합니다.

메서드 세부 정보

beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Internet Gateway 규칙 리소스를 만듭니다.

function beginCreate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

body
InternetGatewayRule

페이로드를 요청합니다.

options
InternetGatewayRulesCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Internet Gateway 규칙 리소스를 만듭니다.

function beginCreateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams): Promise<InternetGatewayRule>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

body
InternetGatewayRule

페이로드를 요청합니다.

options
InternetGatewayRulesCreateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)

Internet Gateway 규칙 DELETE 메서드를 구현합니다.

function beginDelete(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRulesDeleteHeaders>, InternetGatewayRulesDeleteHeaders>>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

options
InternetGatewayRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)

Internet Gateway 규칙 DELETE 메서드를 구현합니다.

function beginDeleteAndWait(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams): Promise<InternetGatewayRulesDeleteHeaders>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

options
InternetGatewayRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

인터넷 게이트웨이 규칙 리소스의 특정 속성을 업데이트하는 API입니다.

function beginUpdate(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

body
InternetGatewayRulePatch

업데이트할 Internet Gateway 규칙 속성입니다.

options
InternetGatewayRulesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

인터넷 게이트웨이 규칙 리소스의 특정 속성을 업데이트하는 API입니다.

function beginUpdateAndWait(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams): Promise<InternetGatewayRule>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

body
InternetGatewayRulePatch

업데이트할 Internet Gateway 규칙 속성입니다.

options
InternetGatewayRulesUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, InternetGatewayRulesGetOptionalParams)

Internet Gateway 규칙 리소스를 가져옵니다.

function get(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams): Promise<InternetGatewayRule>

매개 변수

resourceGroupName

string

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

internetGatewayRuleName

string

Internet Gateway 규칙의 이름입니다.

options
InternetGatewayRulesGetOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 Internet Gateway 규칙 목록을 구현합니다.

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

매개 변수

resourceGroupName

string

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

options
InternetGatewayRulesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)

지정된 구독의 모든 Internet Gateway 규칙을 나열합니다.

function listBySubscription(options?: InternetGatewayRulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>

매개 변수

options
InternetGatewayRulesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환