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