ServicesClient Interface
public interface ServicesClient
An instance of this class provides access to all the operations defined in ServicesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServiceResourceInner>,ServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceInner parameters)
Creates or updates a Service Fabric service resource. Create or update a Service Fabric service resource with the specified name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServiceResourceInner>,ServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceInner parameters, Context context)
Creates or updates a Service Fabric service resource. Create or update a Service Fabric service resource with the specified name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName, String serviceName)
Deletes a Service Fabric service resource. Delete a Service Fabric service resource with the specified name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, String applicationName, String serviceName, Context context)
Deletes a Service Fabric service resource. Delete a Service Fabric service resource with the specified name.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ServiceResourceInner>,ServiceResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceUpdate parameters)
Updates a Service Fabric service resource. Update a Service Fabric service resource with the specified name.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ServiceResourceInner>,ServiceResourceInner> beginUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceUpdate parameters, Context context)
Updates a Service Fabric service resource. Update a Service Fabric service resource with the specified name.
Parameters:
Returns:
createOrUpdate
public abstract ServiceResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceInner parameters)
Creates or updates a Service Fabric service resource. Create or update a Service Fabric service resource with the specified name.
Parameters:
Returns:
createOrUpdate
public abstract ServiceResourceInner createOrUpdate(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceInner parameters, Context context)
Creates or updates a Service Fabric service resource. Create or update a Service Fabric service resource with the specified name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String clusterName, String applicationName, String serviceName)
Deletes a Service Fabric service resource. Delete a Service Fabric service resource with the specified name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String clusterName, String applicationName, String serviceName, Context context)
Deletes a Service Fabric service resource. Delete a Service Fabric service resource with the specified name.
Parameters:
get
public abstract ServiceResourceInner get(String resourceGroupName, String clusterName, String applicationName, String serviceName)
Gets a Service Fabric service resource. Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
Parameters:
Returns:
getWithResponse
public abstract Response<ServiceResourceInner> getWithResponse(String resourceGroupName, String clusterName, String applicationName, String serviceName, Context context)
Gets a Service Fabric service resource. Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
Parameters:
Returns:
list
public abstract PagedIterable<ServiceResourceInner> list(String resourceGroupName, String clusterName, String applicationName)
Gets the list of service resources created in the specified Service Fabric application resource. Gets all service resources created or in the process of being created in the Service Fabric application resource.
Parameters:
Returns:
list
public abstract PagedIterable<ServiceResourceInner> list(String resourceGroupName, String clusterName, String applicationName, Context context)
Gets the list of service resources created in the specified Service Fabric application resource. Gets all service resources created or in the process of being created in the Service Fabric application resource.
Parameters:
Returns:
update
public abstract ServiceResourceInner update(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceUpdate parameters)
Updates a Service Fabric service resource. Update a Service Fabric service resource with the specified name.
Parameters:
Returns:
update
public abstract ServiceResourceInner update(String resourceGroupName, String clusterName, String applicationName, String serviceName, ServiceResourceUpdate parameters, Context context)
Updates a Service Fabric service resource. Update a Service Fabric service resource with the specified name.
Parameters:
Returns: