ApplicationsClient Interface

public interface ApplicationsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ApplicationResourceInner>,ApplicationResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters)

Creates or updates a Service Fabric application resource.

abstract SyncPoller<PollResult<ApplicationResourceInner>,ApplicationResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters, Context context)

Creates or updates a Service Fabric application resource.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName)

Deletes a Service Fabric application resource.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName, Context context)

Deletes a Service Fabric application resource.

abstract SyncPoller<PollResult<ApplicationResourceInner>,ApplicationResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters)

Updates a Service Fabric application resource.

abstract SyncPoller<PollResult<ApplicationResourceInner>,ApplicationResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters, Context context)

Updates a Service Fabric application resource.

abstract ApplicationResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters)

Creates or updates a Service Fabric application resource.

abstract ApplicationResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters, Context context)

Creates or updates a Service Fabric application resource.

abstract void delete(String resourceGroupName, String clusterName, String applicationName)

Deletes a Service Fabric application resource.

abstract void delete(String resourceGroupName, String clusterName, String applicationName, Context context)

Deletes a Service Fabric application resource.

abstract ApplicationResourceInner get(String resourceGroupName, String clusterName, String applicationName)

Gets a Service Fabric application resource.

abstract Response<ApplicationResourceInner> getWithResponse(String resourceGroupName, String clusterName, String applicationName, Context context)

Gets a Service Fabric application resource.

abstract PagedIterable<ApplicationResourceInner> list(String resourceGroupName, String clusterName)

Gets the list of application resources created in the specified Service Fabric cluster resource.

abstract PagedIterable<ApplicationResourceInner> list(String resourceGroupName, String clusterName, Context context)

Gets the list of application resources created in the specified Service Fabric cluster resource.

abstract ApplicationResourceInner update(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters)

Updates a Service Fabric application resource.

abstract ApplicationResourceInner update(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters, Context context)

Updates a Service Fabric application resource.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<>,ApplicationResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters)

Creates or updates a Service Fabric application resource. Create or update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource.

Returns:

the SyncPoller<T,U> for polling of the application resource.

beginCreateOrUpdate

public abstract SyncPoller<>,ApplicationResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters, Context context)

Creates or updates a Service Fabric application resource. Create or update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the application resource.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName)

Deletes a Service Fabric application resource. Delete a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.

Returns:

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

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName, Context context)

Deletes a Service Fabric application resource. Delete a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
context - The context to associate with this operation.

Returns:

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

beginUpdate

public abstract SyncPoller<>,ApplicationResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters)

Updates a Service Fabric application resource. Update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource for patch operations.

Returns:

the SyncPoller<T,U> for polling of the application resource.

beginUpdate

public abstract SyncPoller<>,ApplicationResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters, Context context)

Updates a Service Fabric application resource. Update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource for patch operations.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the application resource.

createOrUpdate

public abstract ApplicationResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters)

Creates or updates a Service Fabric application resource. Create or update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource.

Returns:

the application resource.

createOrUpdate

public abstract ApplicationResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceInner parameters, Context context)

Creates or updates a Service Fabric application resource. Create or update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource.
context - The context to associate with this operation.

Returns:

the application resource.

delete

public abstract void delete(String resourceGroupName, String clusterName, String applicationName)

Deletes a Service Fabric application resource. Delete a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.

delete

public abstract void delete(String resourceGroupName, String clusterName, String applicationName, Context context)

Deletes a Service Fabric application resource. Delete a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
context - The context to associate with this operation.

get

public abstract ApplicationResourceInner get(String resourceGroupName, String clusterName, String applicationName)

Gets a Service Fabric application resource. Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.

Returns:

a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String clusterName, String applicationName, Context context)

Gets a Service Fabric application resource. Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
context - The context to associate with this operation.

Returns:

a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String clusterName)

Gets the list of application resources created in the specified Service Fabric cluster resource. Gets all application resources created or in the process of being created in the Service Fabric cluster resource.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.

Returns:

all application resources created or in the process of being created in the Service Fabric cluster resource as paginated response with PagedIterable<T>.

list

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

Gets the list of application resources created in the specified Service Fabric cluster resource. Gets all application resources created or in the process of being created in the Service Fabric cluster resource.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
context - The context to associate with this operation.

Returns:

all application resources created or in the process of being created in the Service Fabric cluster resource as paginated response with PagedIterable<T>.

update

public abstract ApplicationResourceInner update(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters)

Updates a Service Fabric application resource. Update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource for patch operations.

Returns:

the application resource.

update

public abstract ApplicationResourceInner update(String resourceGroupName, String clusterName, String applicationName, ApplicationResourceUpdate parameters, Context context)

Updates a Service Fabric application resource. Update a Service Fabric application resource with the specified name.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster resource.
applicationName - The name of the application resource.
parameters - The application resource for patch operations.
context - The context to associate with this operation.

Returns:

the application resource.

Applies to