IpExtendedCommunities interface
Interface representing a IpExtendedCommunities.
Methods
Method Details
beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)
Implements IP Extended Community PUT method.
function beginCreate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
- body
- IpExtendedCommunity
Request payload.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)
Implements IP Extended Community PUT method.
function beginCreateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<IpExtendedCommunity>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
- body
- IpExtendedCommunity
Request payload.
The options parameters.
Returns
Promise<IpExtendedCommunity>
beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Implements IP Extended Community DELETE method.
function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)
Implements IP Extended Community DELETE method.
function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
The options parameters.
Returns
Promise<IpExtendedCommunitiesDeleteHeaders>
beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)
API to update certain properties of the IP Extended Community resource.
function beginUpdate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
IP Extended Community properties to update.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)
API to update certain properties of the IP Extended Community resource.
function beginUpdateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<IpExtendedCommunity>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
IP Extended Community properties to update.
The options parameters.
Returns
Promise<IpExtendedCommunity>
get(string, string, IpExtendedCommunitiesGetOptionalParams)
Implements IP Extended Community GET method.
function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipExtendedCommunityName
-
string
Name of the IP Extended Community.
The options parameters.
Returns
Promise<IpExtendedCommunity>
listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)
Implements IpExtendedCommunities list by resource group GET method.
function listByResourceGroup(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)
Implements IpExtendedCommunities list by subscription GET method.
function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
Parameters
The options parameters.