IpExtendedCommunities interface
Interfaccia che rappresenta un oggetto IpExtendedCommunities.
Metodi
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.
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.
Parametri delle opzioni.
Restituisce
Promise<IpExtendedCommunity>
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.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
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.
Parametri delle opzioni.
Restituisce
Promise<IpExtendedCommunitiesDeleteHeaders>
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.
Proprietà della community estesa IP da aggiornare.
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.
Proprietà della community estesa IP da aggiornare.
Parametri delle opzioni.
Restituisce
Promise<IpExtendedCommunity>
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.
Parametri delle opzioni.
Restituisce
Promise<IpExtendedCommunity>
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.
Parametri delle opzioni.
Restituisce
listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)
Implementa l'elenco IpExtendedCommunities in base al metodo GET della sottoscrizione.
function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Parametri
Parametri delle opzioni.