ApplicationTypesClient Interface

public interface ApplicationTypesClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationTypeName)

Deletes a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

abstract ApplicationTypeResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, ApplicationTypeResourceInner parameters)

Creates or updates a Service Fabric application type name resource.

abstract Response<ApplicationTypeResourceInner> createOrUpdateWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, ApplicationTypeResourceInner parameters, Context context)

Creates or updates a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

abstract ApplicationTypeResourceInner get(String resourceGroupName, String clusterName, String applicationTypeName)

Gets a Service Fabric application type name resource.

abstract Response<ApplicationTypeResourceInner> getWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, Context context)

Gets a Service Fabric application type name resource.

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

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

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

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

Method Details

beginDelete

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

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

Parameters:

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

Returns:

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

beginDelete

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

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

Parameters:

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

Returns:

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

createOrUpdate

public abstract ApplicationTypeResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, ApplicationTypeResourceInner parameters)

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

Parameters:

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

Returns:

the application type name resource.

createOrUpdateWithResponse

public abstract Response<ApplicationTypeResourceInner> createOrUpdateWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, ApplicationTypeResourceInner parameters, Context context)

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

Parameters:

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

Returns:

the application type name resource along with Response<T>.

delete

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

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

Parameters:

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

delete

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

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

Parameters:

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

get

public abstract ApplicationTypeResourceInner get(String resourceGroupName, String clusterName, String applicationTypeName)

Gets a Service Fabric application type name resource. Get a Service Fabric application type name 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.
applicationTypeName - The name of the application type name resource.

Returns:

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

getWithResponse

public abstract Response<ApplicationTypeResourceInner> getWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, Context context)

Gets a Service Fabric application type name resource. Get a Service Fabric application type name 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.
applicationTypeName - The name of the application type name resource.
context - The context to associate with this operation.

Returns:

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

list

public abstract PagedIterable<ApplicationTypeResourceInner> list(String resourceGroupName, String clusterName)

Gets the list of application type name resources created in the specified Service Fabric cluster resource. Gets all application type name 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 type name 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<ApplicationTypeResourceInner> list(String resourceGroupName, String clusterName, Context context)

Gets the list of application type name resources created in the specified Service Fabric cluster resource. Gets all application type name 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 type name resources created or in the process of being created in the Service Fabric cluster resource as paginated response with PagedIterable<T>.

Applies to