共用方式為


IpExtendedCommunities interface

代表 IpExtendedCommunities 的介面。

方法

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

實作 IP 擴充社群 PUT 方法。

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

實作 IP 擴充社群 PUT 方法。

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

實作 IP 擴充社群 DELETE 方法。

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

實作 IP 擴充社群 DELETE 方法。

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

用來更新 IP 擴充社群資源特定屬性的 API。

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

用來更新 IP 擴充社群資源特定屬性的 API。

get(string, string, IpExtendedCommunitiesGetOptionalParams)

實作 IP 擴充社群 GET 方法。

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

依資源群組 GET 方法實作 IpExtended 社群清單。

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

依訂用帳戶 GET 方法實作 IpExtended 社群清單。

方法詳細資料

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

實作 IP 擴充社群 PUT 方法。

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)

實作 IP 擴充社群 PUT 方法。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

body
IpExtendedCommunity

要求承載。

傳回

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

實作 IP 擴充社群 DELETE 方法。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

傳回

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

實作 IP 擴充社群 DELETE 方法。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

傳回

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

用來更新 IP 擴充社群資源特定屬性的 API。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

body
IpExtendedCommunityPatch

要更新的 IP 擴充社群屬性。

傳回

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

用來更新 IP 擴充社群資源特定屬性的 API。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

body
IpExtendedCommunityPatch

要更新的 IP 擴充社群屬性。

傳回

get(string, string, IpExtendedCommunitiesGetOptionalParams)

實作 IP 擴充社群 GET 方法。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

ipExtendedCommunityName

string

IP 擴充社群的名稱。

options
IpExtendedCommunitiesGetOptionalParams

選項參數。

傳回

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

依資源群組 GET 方法實作 IpExtended 社群清單。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

依訂用帳戶 GET 方法實作 IpExtended 社群清單。

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

參數

傳回