你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AllowedConnections interface
表示 AllowedConnections 的接口。
方法
get(string, string, string, Allowed |
根据连接类型获取订阅和位置的资源之间的所有可能流量的列表。 |
list(Allowed |
获取订阅的资源之间所有可能流量的列表 |
list |
获取订阅和位置的资源之间的所有可能流量的列表。 |
方法详细信息
get(string, string, string, AllowedConnectionsGetOptionalParams)
根据连接类型获取订阅和位置的资源之间的所有可能流量的列表。
function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。 名称不区分大小写。
- ascLocation
-
string
ASC 存储订阅数据的位置。 可以从 Get 位置检索
- connectionType
-
string
允许的连接类型(内部连接、外部连接)
选项参数。
返回
Promise<AllowedConnectionsResource>
list(AllowedConnectionsListOptionalParams)
获取订阅的资源之间所有可能流量的列表
function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
参数
选项参数。
返回
listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)
获取订阅和位置的资源之间的所有可能流量的列表。
function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
参数
- ascLocation
-
string
ASC 存储订阅数据的位置。 可以从 Get 位置检索
选项参数。