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

IAllowedConnectionsOperations Interface

Definition

AllowedConnectionsOperations operations.

public interface IAllowedConnectionsOperations
type IAllowedConnectionsOperations = interface
Public Interface IAllowedConnectionsOperations

Methods

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByHomeRegionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByHomeRegionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

Extension 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