ApplicationTypeVersionsClient Interface

public interface ApplicationTypeVersionsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ApplicationTypeVersionResourceInner>,ApplicationTypeVersionResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters)

Creates or updates a Service Fabric application type version resource.

abstract SyncPoller<PollResult<ApplicationTypeVersionResourceInner>,ApplicationTypeVersionResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters, Context context)

Creates or updates a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

abstract ApplicationTypeVersionResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters)

Creates or updates a Service Fabric application type version resource.

abstract ApplicationTypeVersionResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters, Context context)

Creates or updates a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

abstract ApplicationTypeVersionResourceInner get(String resourceGroupName, String clusterName, String applicationTypeName, String version)

Gets a Service Fabric application type version resource.

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

Gets a Service Fabric application type version resource.

abstract PagedIterable<ApplicationTypeVersionResourceInner> list(String resourceGroupName, String clusterName, String applicationTypeName)

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

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

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

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ApplicationTypeVersionResourceInner>,ApplicationTypeVersionResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters)

Creates or updates a Service Fabric application type version resource. Create or update a Service Fabric application type version 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.
version - The application type version.
parameters - The application type version resource.

Returns:

the SyncPoller<T,U> for polling of an application type version resource for the specified application type name resource.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ApplicationTypeVersionResourceInner>,ApplicationTypeVersionResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters, Context context)

Creates or updates a Service Fabric application type version resource. Create or update a Service Fabric application type version 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.
version - The application type version.
parameters - The application type version resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of an application type version resource for the specified application type name resource.

beginDelete

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

Deletes a Service Fabric application type version resource. Delete a Service Fabric application type version 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.
version - The application type version.

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, String version, Context context)

Deletes a Service Fabric application type version resource. Delete a Service Fabric application type version 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.
version - The application type version.
context - The context to associate with this operation.

Returns:

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

createOrUpdate

public abstract ApplicationTypeVersionResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters)

Creates or updates a Service Fabric application type version resource. Create or update a Service Fabric application type version 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.
version - The application type version.
parameters - The application type version resource.

Returns:

an application type version resource for the specified application type name resource.

createOrUpdate

public abstract ApplicationTypeVersionResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationTypeName, String version, ApplicationTypeVersionResourceInner parameters, Context context)

Creates or updates a Service Fabric application type version resource. Create or update a Service Fabric application type version 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.
version - The application type version.
parameters - The application type version resource.
context - The context to associate with this operation.

Returns:

an application type version resource for the specified application type name resource.

delete

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

Deletes a Service Fabric application type version resource. Delete a Service Fabric application type version 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.
version - The application type version.

delete

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

Deletes a Service Fabric application type version resource. Delete a Service Fabric application type version 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.
version - The application type version.
context - The context to associate with this operation.

get

public abstract ApplicationTypeVersionResourceInner get(String resourceGroupName, String clusterName, String applicationTypeName, String version)

Gets a Service Fabric application type version resource. Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name 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.
version - The application type version.

Returns:

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

getWithResponse

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

Gets a Service Fabric application type version resource. Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name 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.
version - The application type version.
context - The context to associate with this operation.

Returns:

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

list

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

Gets the list of application type version resources created in the specified Service Fabric application type name resource. Gets all application type version resources created or in the process of being created in the Service Fabric application type name 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:

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

list

public abstract PagedIterable<ApplicationTypeVersionResourceInner> list(String resourceGroupName, String clusterName, String applicationTypeName, Context context)

Gets the list of application type version resources created in the specified Service Fabric application type name resource. Gets all application type version resources created or in the process of being created in the Service Fabric application type name 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:

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

Applies to