ApplicationLiveViewsClient Interface
public interface ApplicationLiveViewsClient
An instance of this class provides access to all the operations defined in ApplicationLiveViewsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Application Live View.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Application Live View.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Disable the default Application Live View.
Parameters:
Returns:
createOrUpdate
public abstract ApplicationLiveViewResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationLiveViewName, ApplicationLiveViewResourceInner applicationLiveViewResource)
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
createOrUpdate
public abstract ApplicationLiveViewResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationLiveViewName, ApplicationLiveViewResourceInner applicationLiveViewResource, Context context)
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default Application Live View or update the existing Application Live View.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String applicationLiveViewName)
Disable the default Application Live View.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String applicationLiveViewName, Context context)
Disable the default Application Live View.
Parameters:
deleteAsync
public abstract Mono
Disable the default Application Live View.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Disable the default Application Live View.
Parameters:
Returns:
get
public abstract ApplicationLiveViewResourceInner get(String resourceGroupName, String serviceName, String applicationLiveViewName)
Get the Application Live and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Application Live and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Application Live and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Application Live and its properties.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handles requests to list all resources in a Service.
Parameters:
Returns:
Applies to
Azure SDK for Java