Condividi tramite


IpExtendedCommunities interface

Interfaccia che rappresenta un oggetto IpExtendedCommunities.

Metodi

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implementa il metodo PUT della community estesa IP.

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implementa il metodo PUT della community estesa IP.

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implementa il metodo IP Extended Community DELETE.

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implementa il metodo IP Extended Community DELETE.

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API per aggiornare determinate proprietà della risorsa community estesa IP.

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API per aggiornare determinate proprietà della risorsa community estesa IP.

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Implementa il metodo GET della community estesa IP.

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Implementa l'elenco IpExtendedCommunities in base al metodo GET del gruppo di risorse.

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Implementa l'elenco IpExtendedCommunities in base al metodo GET della sottoscrizione.

Dettagli metodo

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implementa il metodo PUT della community estesa IP.

function beginCreate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

body
IpExtendedCommunity

Payload della richiesta.

options
IpExtendedCommunitiesCreateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implementa il metodo PUT della community estesa IP.

function beginCreateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<IpExtendedCommunity>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

body
IpExtendedCommunity

Payload della richiesta.

options
IpExtendedCommunitiesCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implementa il metodo IP Extended Community DELETE.

function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

options
IpExtendedCommunitiesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implementa il metodo IP Extended Community DELETE.

function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

options
IpExtendedCommunitiesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API per aggiornare determinate proprietà della risorsa community estesa IP.

function beginUpdate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

body
IpExtendedCommunityPatch

Proprietà della community estesa IP da aggiornare.

options
IpExtendedCommunitiesUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API per aggiornare determinate proprietà della risorsa community estesa IP.

function beginUpdateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<IpExtendedCommunity>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

body
IpExtendedCommunityPatch

Proprietà della community estesa IP da aggiornare.

options
IpExtendedCommunitiesUpdateOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Implementa il metodo GET della community estesa IP.

function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

ipExtendedCommunityName

string

Nome della community estesa IP.

options
IpExtendedCommunitiesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Implementa l'elenco IpExtendedCommunities in base al metodo GET del gruppo di risorse.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

Restituisce

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Implementa l'elenco IpExtendedCommunities in base al metodo GET della sottoscrizione.

function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>

Parametri

Restituisce