ApplicationTypeVersionsClient Interface
public interface ApplicationTypeVersionsClient
An instance of this class provides access to all the operations defined in ApplicationTypeVersionsClient.
Method Summary
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
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:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns: