DevToolPortalsClient Interface
public interface DevToolPortalsClient
An instance of this class provides access to all the operations defined in DevToolPortalsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Dev Tool Portal.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Dev Tool Portal.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Disable the default Dev Tool Portal.
Parameters:
Returns:
createOrUpdate
public abstract DevToolPortalResourceInner createOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
createOrUpdate
public abstract DevToolPortalResourceInner createOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource, Context context)
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default Dev Tool Portal or update the existing Dev Tool Portal.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName)
Disable the default Dev Tool Portal.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName, Context context)
Disable the default Dev Tool Portal.
Parameters:
deleteAsync
public abstract Mono
Disable the default Dev Tool Portal.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Disable the default Dev Tool Portal.
Parameters:
Returns:
get
public abstract DevToolPortalResourceInner get(String resourceGroupName, String serviceName, String devToolPortalName)
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