IpExtendedCommunities interface
代表 IpExtendedCommunities 的介面。
方法
begin |
實作 IP 擴充社群 PUT 方法。 |
begin |
實作 IP 擴充社群 PUT 方法。 |
begin |
實作 IP 擴充社群 DELETE 方法。 |
begin |
實作 IP 擴充社群 DELETE 方法。 |
begin |
用來更新 IP 擴充社群資源特定屬性的 API。 |
begin |
用來更新 IP 擴充社群資源特定屬性的 API。 |
get(string, string, Ip |
實作 IP 擴充社群 GET 方法。 |
list |
依資源群組 GET 方法實作 IpExtended 社群清單。 |
list |
依訂用帳戶 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
要求承載。
選項參數。
傳回
Promise<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 擴充社群的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)
實作 IP 擴充社群 DELETE 方法。
function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- ipExtendedCommunityName
-
string
IP 擴充社群的名稱。
選項參數。
傳回
Promise<IpExtendedCommunitiesDeleteHeaders>
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 擴充社群的名稱。
要更新的 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 擴充社群的名稱。
要更新的 IP 擴充社群屬性。
選項參數。
傳回
Promise<IpExtendedCommunity>
get(string, string, IpExtendedCommunitiesGetOptionalParams)
實作 IP 擴充社群 GET 方法。
function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- ipExtendedCommunityName
-
string
IP 擴充社群的名稱。
選項參數。
傳回
Promise<IpExtendedCommunity>
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>
參數
選項參數。