Поделиться через


IpExtendedCommunities interface

Интерфейс, представляющий IpExtendedCommunities.

Методы

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Реализует метод PUT расширенного сообщества IP.

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Реализует метод PUT расширенного сообщества IP.

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Реализует метод IP Extended Community DELETE.

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Реализует метод IP Extended Community DELETE.

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API для обновления определенных свойств ресурса расширенного сообщества IP- адресов.

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API для обновления определенных свойств ресурса расширенного сообщества IP- адресов.

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Реализует метод GET расширенного сообщества IP.

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Реализует список IpExtendedCommunities по методу GET группы ресурсов.

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Реализует список IpExtendedCommunities по методу GET подписки.

Сведения о методе

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Реализует метод PUT расширенного сообщества IP.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

body
IpExtendedCommunity

Запрос полезных данных.

options
IpExtendedCommunitiesCreateOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

Реализует метод PUT расширенного сообщества IP.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

body
IpExtendedCommunity

Запрос полезных данных.

options
IpExtendedCommunitiesCreateOptionalParams

Параметры параметров.

Возвращаемое значение

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Реализует метод IP Extended Community DELETE.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

options
IpExtendedCommunitiesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

Реализует метод IP Extended Community DELETE.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

options
IpExtendedCommunitiesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API для обновления определенных свойств ресурса расширенного сообщества IP- адресов.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

body
IpExtendedCommunityPatch

Свойства расширенного сообщества IP для обновления.

options
IpExtendedCommunitiesUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

API для обновления определенных свойств ресурса расширенного сообщества IP- адресов.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

body
IpExtendedCommunityPatch

Свойства расширенного сообщества IP для обновления.

options
IpExtendedCommunitiesUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

get(string, string, IpExtendedCommunitiesGetOptionalParams)

Реализует метод GET расширенного сообщества IP.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

ipExtendedCommunityName

string

Имя расширенного сообщества IP-адресов.

options
IpExtendedCommunitiesGetOptionalParams

Параметры параметров.

Возвращаемое значение

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

Реализует список IpExtendedCommunities по методу GET группы ресурсов.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

options
IpExtendedCommunitiesListByResourceGroupOptionalParams

Параметры параметров.

Возвращаемое значение

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

Реализует список IpExtendedCommunities по методу GET подписки.

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

Параметры

options
IpExtendedCommunitiesListBySubscriptionOptionalParams

Параметры параметров.

Возвращаемое значение