ScopeConnectionsClient Interface
public interface ScopeConnectionsClient
An instance of this class provides access to all the operations defined in ScopeConnectionsClient.
Method Summary
Method Details
createOrUpdate
public abstract ScopeConnectionInner createOrUpdate(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters)
Creates or updates scope connection from Network Manager.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates scope connection from Network Manager.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates scope connection from Network Manager.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates scope connection from Network Manager.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkManagerName, String scopeConnectionName)
Delete the pending scope connection created by this network manager.
Parameters:
deleteAsync
public abstract Mono
Delete the pending scope connection created by this network manager.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Delete the pending scope connection created by this network manager.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the pending scope connection created by this network manager.
Parameters:
Returns:
get
public abstract ScopeConnectionInner get(String resourceGroupName, String networkManagerName, String scopeConnectionName)
Get specified scope connection created by this Network Manager.
Parameters:
Returns:
getAsync
public abstract Mono
Get specified scope connection created by this Network Manager.
Parameters:
Returns:
getWithResponse
public abstract Response
Get specified scope connection created by this Network Manager.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get specified scope connection created by this Network Manager.
Parameters:
Returns:
list
public abstract PagedIterable
List all scope connections created by this network manager.
Parameters:
Returns:
list
public abstract PagedIterable
List all scope connections created by this network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all scope connections created by this network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all scope connections created by this network manager.
Parameters:
Returns:
Applies to
Azure SDK for Java