IScopeConnectionsOperations Interface

Definition

ScopeConnectionsOperations operations.

public interface IScopeConnectionsOperations
type IScopeConnectionsOperations = interface
Public Interface IScopeConnectionsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(ScopeConnection, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates scope connection from Network Manager

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

Delete the pending scope connection created by this network manager.

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

Get specified scope connection created by this Network Manager.

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

List all scope connections created by this network manager.

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

List all scope connections created by this network manager.

Extension Methods

CreateOrUpdate(IScopeConnectionsOperations, ScopeConnection, String, String, String)

Creates or updates scope connection from Network Manager

CreateOrUpdateAsync(IScopeConnectionsOperations, ScopeConnection, String, String, String, CancellationToken)

Creates or updates scope connection from Network Manager

Delete(IScopeConnectionsOperations, String, String, String)

Delete the pending scope connection created by this network manager.

DeleteAsync(IScopeConnectionsOperations, String, String, String, CancellationToken)

Delete the pending scope connection created by this network manager.

Get(IScopeConnectionsOperations, String, String, String)

Get specified scope connection created by this Network Manager.

GetAsync(IScopeConnectionsOperations, String, String, String, CancellationToken)

Get specified scope connection created by this Network Manager.

List(IScopeConnectionsOperations, String, String, Nullable<Int32>, String)

List all scope connections created by this network manager.

ListAsync(IScopeConnectionsOperations, String, String, Nullable<Int32>, String, CancellationToken)

List all scope connections created by this network manager.

ListNext(IScopeConnectionsOperations, String)

List all scope connections created by this network manager.

ListNextAsync(IScopeConnectionsOperations, String, CancellationToken)

List all scope connections created by this network manager.

Applies to