Udostępnij za pośrednictwem


InternetGatewayRules interface

Interfejs reprezentujący regułę InternetGatewayRules.

Metody

beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Tworzy zasób reguły bramy internetowej.

beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Tworzy zasób reguły bramy internetowej.

beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)

Implementuje metodę DELETE reguł bramy internetowej.

beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)

Implementuje metodę DELETE reguł bramy internetowej.

beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

Interfejs API do aktualizowania niektórych właściwości zasobu reguły bramy internetowej.

beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

Interfejs API do aktualizowania niektórych właściwości zasobu reguły bramy internetowej.

get(string, string, InternetGatewayRulesGetOptionalParams)

Pobiera zasób reguły bramy internetowej.

listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)

Implementuje listę reguł bramy internetowej według metody GET grupy zasobów.

listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)

Wyświetl listę wszystkich reguł bramy internetowej w danej subskrypcji.

Szczegóły metody

beginCreate(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Tworzy zasób reguły bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

body
InternetGatewayRule

Żądanie ładunku.

options
InternetGatewayRulesCreateOptionalParams

Parametry opcji.

Zwraca

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

beginCreateAndWait(string, string, InternetGatewayRule, InternetGatewayRulesCreateOptionalParams)

Tworzy zasób reguły bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

body
InternetGatewayRule

Żądanie ładunku.

options
InternetGatewayRulesCreateOptionalParams

Parametry opcji.

Zwraca

beginDelete(string, string, InternetGatewayRulesDeleteOptionalParams)

Implementuje metodę DELETE reguł bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

options
InternetGatewayRulesDeleteOptionalParams

Parametry opcji.

Zwraca

beginDeleteAndWait(string, string, InternetGatewayRulesDeleteOptionalParams)

Implementuje metodę DELETE reguł bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

options
InternetGatewayRulesDeleteOptionalParams

Parametry opcji.

Zwraca

beginUpdate(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

Interfejs API do aktualizowania niektórych właściwości zasobu reguły bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

body
InternetGatewayRulePatch

Właściwości reguły bramy internetowej do zaktualizowania.

options
InternetGatewayRulesUpdateOptionalParams

Parametry opcji.

Zwraca

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

beginUpdateAndWait(string, string, InternetGatewayRulePatch, InternetGatewayRulesUpdateOptionalParams)

Interfejs API do aktualizowania niektórych właściwości zasobu reguły bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

body
InternetGatewayRulePatch

Właściwości reguły bramy internetowej do zaktualizowania.

options
InternetGatewayRulesUpdateOptionalParams

Parametry opcji.

Zwraca

get(string, string, InternetGatewayRulesGetOptionalParams)

Pobiera zasób reguły bramy internetowej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

internetGatewayRuleName

string

Nazwa reguły bramy internetowej.

options
InternetGatewayRulesGetOptionalParams

Parametry opcji.

Zwraca

listByResourceGroup(string, InternetGatewayRulesListByResourceGroupOptionalParams)

Implementuje listę reguł bramy internetowej według metody GET grupy zasobów.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

Zwraca

listBySubscription(InternetGatewayRulesListBySubscriptionOptionalParams)

Wyświetl listę wszystkich reguł bramy internetowej w danej subskrypcji.

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

Parametry

Zwraca