你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AllowedConnectionsOperationsExtensions Class

Definition

Extension methods for AllowedConnectionsOperations

public static class AllowedConnectionsOperationsExtensions
type AllowedConnectionsOperationsExtensions = class
Public Module AllowedConnectionsOperationsExtensions
Inheritance
AllowedConnectionsOperationsExtensions

Methods

Get(IAllowedConnectionsOperations, String, String)

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

GetAsync(IAllowedConnectionsOperations, String, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location, based on connection type.

List(IAllowedConnectionsOperations)

Gets the list of all possible traffic between resources for the subscription

ListAsync(IAllowedConnectionsOperations, CancellationToken)

Gets the list of all possible traffic between resources for the subscription

ListByHomeRegion(IAllowedConnectionsOperations)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionAsync(IAllowedConnectionsOperations, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionNext(IAllowedConnectionsOperations, String)

Gets the list of all possible traffic between resources for the subscription and location.

ListByHomeRegionNextAsync(IAllowedConnectionsOperations, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription and location.

ListNext(IAllowedConnectionsOperations, String)

Gets the list of all possible traffic between resources for the subscription

ListNextAsync(IAllowedConnectionsOperations, String, CancellationToken)

Gets the list of all possible traffic between resources for the subscription

Applies to