Partager via


IpExtendedCommunities interface

Interface représentant une propriété IpExtendedCommunities.

Méthodes

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implémente la méthode PUT de la communauté étendue IP.

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implémente la méthode PUT de la communauté étendue IP.

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implémente la méthode IP Extended Community DELETE.

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implémente la méthode IP Extended Community DELETE.

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API pour mettre à jour certaines propriétés de la ressource communauté étendue IP.

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API pour mettre à jour certaines propriétés de la ressource communauté étendue IP.

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Implémente la méthode GET de la communauté étendue IP.

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Implémente la liste IpExtendedCommunities par méthode GET du groupe de ressources.

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Implémente la liste IpExtendedCommunities par méthode GET d’abonnement.

Détails de la méthode

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implémente la méthode PUT de la communauté étendue IP.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

body
IpExtendedCommunity

Charge utile de la demande.

options
IpExtendedCommunitiesCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Implémente la méthode PUT de la communauté étendue IP.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

body
IpExtendedCommunity

Charge utile de la demande.

options
IpExtendedCommunitiesCreateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implémente la méthode IP Extended Community DELETE.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

options
IpExtendedCommunitiesDeleteOptionalParams

Paramètres d’options.

Retours

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Implémente la méthode IP Extended Community DELETE.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

options
IpExtendedCommunitiesDeleteOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API pour mettre à jour certaines propriétés de la ressource communauté étendue IP.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

body
IpExtendedCommunityPatch

Propriétés de la communauté étendue IP à mettre à jour.

options
IpExtendedCommunitiesUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API pour mettre à jour certaines propriétés de la ressource communauté étendue IP.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

body
IpExtendedCommunityPatch

Propriétés de la communauté étendue IP à mettre à jour.

options
IpExtendedCommunitiesUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Implémente la méthode GET de la communauté étendue IP.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

ipExtendedCommunityName

string

Nom de la communauté étendue IP.

options
IpExtendedCommunitiesGetOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Implémente la liste IpExtendedCommunities par méthode GET du groupe de ressources.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

Retours

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Implémente la liste IpExtendedCommunities par méthode GET d’abonnement.

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

Paramètres

Retours