ISubscriptionNetworkManagerConnectionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SubscriptionNetworkManagerConnectionsOperations operations.
public interface ISubscriptionNetworkManagerConnectionsOperations
type ISubscriptionNetworkManagerConnectionsOperations = interface
Public Interface ISubscriptionNetworkManagerConnectionsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(NetworkManagerConnection, String, Dictionary<String,List<String>>, CancellationToken) |
Create a network manager connection on this subscription. |
DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Delete specified connection created by this subscription. |
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a specified connection created by this subscription. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List all network manager connections created by this subscription. |
ListWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken) |
List all network manager connections created by this subscription. |