DevToolPortalsClient Interface

public interface DevToolPortalsClient

An instance of this class provides access to all the operations defined in DevToolPortalsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<DevToolPortalResourceInner>,DevToolPortalResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

abstract SyncPoller<PollResult<DevToolPortalResourceInner>,DevToolPortalResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource, Context context)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

abstract PollerFlux<PollResult<DevToolPortalResourceInner>,DevToolPortalResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Disable the default Dev Tool Portal.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

abstract DevToolPortalResourceInner createOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

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.

abstract Mono<DevToolPortalResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Disable the default Dev Tool Portal.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

abstract DevToolPortalResourceInner get(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

abstract Mono<DevToolPortalResourceInner> getAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

abstract Response<DevToolPortalResourceInner> getWithResponse(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Get the Application Live and its properties.

abstract Mono<Response<DevToolPortalResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

abstract PagedIterable<DevToolPortalResourceInner> list(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

abstract PagedIterable<DevToolPortalResourceInner> list(String resourceGroupName, String serviceName, Context context)

Handles requests to list all resources in a Service.

abstract PagedFlux<DevToolPortalResourceInner> listAsync(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,DevToolPortalResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of dev Tool Portal resource.

beginCreateOrUpdate

public abstract SyncPoller,DevToolPortalResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource, Context context)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of dev Tool Portal resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,DevToolPortalResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of dev Tool Portal resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

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:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.

Returns:

dev Tool Portal resource.

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:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.
context - The context to associate with this operation.

Returns:

dev Tool Portal resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.

Returns:

dev Tool Portal resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName, DevToolPortalResourceInner devToolPortalResource)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
devToolPortalResource - Parameters for the create or update operation.

Returns:

dev Tool Portal resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

delete

public abstract void delete(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Disable the default Dev Tool Portal.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract DevToolPortalResourceInner get(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the Application Live and its properties.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the Application Live and its properties on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, String devToolPortalName, Context context)

Get the Application Live and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.
context - The context to associate with this operation.

Returns:

the Application Live and its properties along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serviceName, String devToolPortalName)

Get the Application Live and its properties.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
devToolPortalName - The name of Dev Tool Portal.

Returns:

the Application Live and its properties along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.

Returns:

object that includes an array of Dev Tool Portal resources and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, Context context)

Handles requests to list all resources in a Service.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
context - The context to associate with this operation.

Returns:

object that includes an array of Dev Tool Portal resources and a possible link for next set as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName)

Handles requests to list all resources in a Service.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.

Returns:

object that includes an array of Dev Tool Portal resources and a possible link for next set as paginated response with PagedFlux<T>.

Applies to