ApplicationsClient Interface
public interface ApplicationsClient
An instance of this class provides access to all the operations defined in ApplicationsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ApplicationResourceInner>,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:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ApplicationResourceInner>,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:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,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:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,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:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ApplicationResourceInner>,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:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ApplicationResourceInner>,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:
Returns:
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:
Returns:
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:
Returns:
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:
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:
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:
Returns:
getWithResponse
public abstract Response<ApplicationResourceInner> 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:
Returns:
list
public abstract PagedIterable<ApplicationResourceInner> 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:
Returns:
list
public abstract PagedIterable<ApplicationResourceInner> 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:
Returns:
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:
Returns:
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:
Returns: