IpExtendedCommunities interface
Интерфейс, представляющий ipExtendedCommunities.
Методы
Сведения о методе
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
Полезные данные запроса.
Параметры параметров.
Возвращаемое значение
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
Полезные данные запроса.
Параметры параметров.
Возвращаемое значение
Promise<IpExtendedCommunity>
beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Реализует метод DELETE расширенного сообщества IP.
function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- ipExtendedCommunityName
-
string
Имя расширенного сообщества IP-адресов.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Реализует метод DELETE расширенного сообщества IP.
function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- ipExtendedCommunityName
-
string
Имя расширенного сообщества IP-адресов.
Параметры параметров.
Возвращаемое значение
Promise<IpExtendedCommunitiesDeleteHeaders>
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-адресов.
Свойства расширенного сообщества IP для обновления.
Параметры параметров.
Возвращаемое значение
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-адресов.
Свойства расширенного сообщества IP для обновления.
Параметры параметров.
Возвращаемое значение
Promise<IpExtendedCommunity>
get(string, string, IpExtendedCommunitiesGetOptionalParams)
Реализует метод GET расширенного сообщества IP.
function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
- ipExtendedCommunityName
-
string
Имя расширенного сообщества IP-адресов.
Параметры параметров.
Возвращаемое значение
Promise<IpExtendedCommunity>
listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)
Реализует список IpExtendedCommunities по методу GET группы ресурсов.
function listByResourceGroup(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Регистр букв в имени не учитывается.
Параметры параметров.
Возвращаемое значение
listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)
Реализует ipExtendedCommunities list by subscription GET method.
function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Параметры
Параметры параметров.