InternetGatewayRulesOperations interface
Interfaccia che rappresenta un'operazione di InternetGatewayRules.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crea una risorsa di regole per Internet Gateway. |
| delete | |
| get | Ottiene una risorsa regola gateway Internet. |
| list |
Implementa l'elenco delle regole Internet Gateway per gruppo di risorse GET. |
| list |
Elenca tutte le regole del Gateway Internet nell'abbonamento indicato. |
| update | API per aggiornare alcune proprietà della risorsa Internet Gateway Rule. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<InternetGatewayRule>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => Promise<InternetGatewayRule>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<InternetGatewayRule>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => Promise<InternetGatewayRule>
create
Crea una risorsa di regole per Internet Gateway.
create: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRule, options?: InternetGatewayRulesCreateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>
delete
delete: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottiene una risorsa regola gateway Internet.
get: (resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams) => Promise<InternetGatewayRule>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, options?: InternetGatewayRulesGetOptionalParams) => Promise<InternetGatewayRule>
listByResourceGroup
Implementa l'elenco delle regole Internet Gateway per gruppo di risorse GET.
listByResourceGroup: (resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: InternetGatewayRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
listBySubscription
Elenca tutte le regole del Gateway Internet nell'abbonamento indicato.
listBySubscription: (options?: InternetGatewayRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
Valore della proprietà
(options?: InternetGatewayRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InternetGatewayRule, InternetGatewayRule[], PageSettings>
update
API per aggiornare alcune proprietà della risorsa Internet Gateway Rule.
update: (resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>
Valore della proprietà
(resourceGroupName: string, internetGatewayRuleName: string, body: InternetGatewayRulePatch, options?: InternetGatewayRulesUpdateOptionalParams) => PollerLike<OperationState<InternetGatewayRule>, InternetGatewayRule>