SubscriptionNetworkManagerConnectionsClient Interface
public interface SubscriptionNetworkManagerConnectionsClient
An instance of this class provides access to all the operations defined in SubscriptionNetworkManagerConnectionsClient.
Method Summary
Method Details
createOrUpdate
public abstract NetworkManagerConnectionInner createOrUpdate(String networkManagerConnectionName, NetworkManagerConnectionInner parameters)
Create a network manager connection on this subscription.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create a network manager connection on this subscription.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create a network manager connection on this subscription.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create a network manager connection on this subscription.
Parameters:
Returns:
delete
public abstract void delete(String networkManagerConnectionName)
Delete specified connection created by this subscription.
Parameters:
deleteAsync
public abstract Mono
Delete specified connection created by this subscription.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Delete specified connection created by this subscription.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete specified connection created by this subscription.
Parameters:
Returns:
get
public abstract NetworkManagerConnectionInner get(String networkManagerConnectionName)
Get a specified connection created by this subscription.
Parameters:
Returns:
getAsync
public abstract Mono
Get a specified connection created by this subscription.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a specified connection created by this subscription.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a specified connection created by this subscription.
Parameters:
Returns:
list
public abstract PagedIterable
List all network manager connections created by this subscription.
Returns:
list
public abstract PagedIterable
List all network manager connections created by this subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all network manager connections created by this subscription.
Returns:
listAsync
public abstract PagedFlux
List all network manager connections created by this subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java