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