Condividi tramite


ScopeConnectionsOperationsExtensions Class

Definition

Extension methods for ScopeConnectionsOperations.

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

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