共用方式為


AllowedConnections interface

表示 AllowedConnections 的介面。

方法

get(string, string, string, AllowedConnectionsGetOptionalParams)

根據連線類型,取得訂用帳戶與位置資源之間所有可能流量的清單。

list(AllowedConnectionsListOptionalParams)

取得訂用帳戶資源之間所有可能流量的清單

listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)

取得訂用帳戶和位置資源之間所有可能流量的清單。

方法詳細資料

get(string, string, string, AllowedConnectionsGetOptionalParams)

根據連線類型,取得訂用帳戶與位置資源之間所有可能流量的清單。

function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>

參數

resourceGroupName

string

用戶訂用帳戶內的資源組名。 名稱不區分大小寫。

ascLocation

string

ASC 儲存訂閱數據的位置。 可以從取得位置擷取

connectionType

string

允許連線的類型 (內部、外部)

options
AllowedConnectionsGetOptionalParams

選項參數。

傳回

list(AllowedConnectionsListOptionalParams)

取得訂用帳戶資源之間所有可能流量的清單

function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

參數

options
AllowedConnectionsListOptionalParams

選項參數。

傳回

listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)

取得訂用帳戶和位置資源之間所有可能流量的清單。

function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>

參數

ascLocation

string

ASC 儲存訂閱數據的位置。 可以從取得位置擷取

傳回