IpExtendedCommunities interface
Interface que representa um IpExtendedCommunities.
Métodos
Detalhes do método
beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)
Implementa o método PUT da Comunidade Estendida de IP.
function beginCreate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
- body
- IpExtendedCommunity
Conteúdo da solicitação.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)
Implementa o método PUT da Comunidade Estendida de IP.
function beginCreateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<IpExtendedCommunity>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
- body
- IpExtendedCommunity
Conteúdo da solicitação.
Os parâmetros de opções.
Retornos
Promise<IpExtendedCommunity>
beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Implementa o método IP Extended Community DELETE.
function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Implementa o método IP Extended Community DELETE.
function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
Os parâmetros de opções.
Retornos
Promise<IpExtendedCommunitiesDeleteHeaders>
beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)
API para atualizar determinadas propriedades do recurso de Comunidade Estendida de IP.
function beginUpdate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
Propriedades da Comunidade Estendida de IP a serem atualizadas.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)
API para atualizar determinadas propriedades do recurso de Comunidade Estendida de IP.
function beginUpdateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<IpExtendedCommunity>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
Propriedades da Comunidade Estendida de IP a serem atualizadas.
Os parâmetros de opções.
Retornos
Promise<IpExtendedCommunity>
get(string, string, IpExtendedCommunitiesGetOptionalParams)
Implementa o método GET da Comunidade Estendida de IP.
function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- ipExtendedCommunityName
-
string
Nome da Comunidade Estendida de IP.
Os parâmetros de opções.
Retornos
Promise<IpExtendedCommunity>
listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)
Implementa a lista IpExtendedCommunities por método GET do grupo de recursos.
function listByResourceGroup(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
Os parâmetros de opções.
Retornos
listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)
Implementa a lista IpExtendedCommunities por método GET de assinatura.
function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Parâmetros
Os parâmetros de opções.