ReachabilityAnalysisIntentsClient Interface
public interface ReachabilityAnalysisIntentsClient
An instance of this class provides access to all the operations defined in ReachabilityAnalysisIntentsClient.
Method Summary
Method Details
create
public abstract ReachabilityAnalysisIntentInner create(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body)
Creates Reachability Analysis Intent.
Parameters:
Returns:
createAsync
public abstract Mono
Creates Reachability Analysis Intent.
Parameters:
Returns:
createWithResponse
public abstract Response
Creates Reachability Analysis Intent.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates Reachability Analysis Intent.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName)
Deletes Reachability Analysis Intent.
Parameters:
deleteAsync
public abstract Mono
Deletes Reachability Analysis Intent.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes Reachability Analysis Intent.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes Reachability Analysis Intent.
Parameters:
Returns:
get
public abstract ReachabilityAnalysisIntentInner get(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName)
Get the Reachability Analysis Intent.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Reachability Analysis Intent.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Reachability Analysis Intent.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Reachability Analysis Intent.
Parameters:
Returns:
list
public abstract PagedIterable
Gets list of Reachability Analysis Intents .
Parameters:
Returns:
list
public abstract PagedIterable
Gets list of Reachability Analysis Intents .
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets list of Reachability Analysis Intents .
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets list of Reachability Analysis Intents .
Parameters:
Returns:
Applies to
Azure SDK for Java