ServicesClient Interface
public interface ServicesClient
An instance of this class provides access to all the operations defined in ServicesClient.
Method Summary
Method Details
createOrUpdate
public abstract ServiceResourceInner createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo)
Creates or updates a service in the service topology.
Synchronously creates a new service or updates an existing service.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ServiceResourceInner> createOrUpdateWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo, Context context)
Creates or updates a service in the service topology.
Synchronously creates a new service or updates an existing service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceTopologyName, String serviceName)
Deletes the service.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, Context context)
Deletes the service.
Parameters:
Returns:
get
public abstract ServiceResourceInner get(String resourceGroupName, String serviceTopologyName, String serviceName)
Gets the service.
Parameters:
Returns:
getWithResponse
public abstract Response<ServiceResourceInner> getWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, Context context)
Gets the service.
Parameters:
Returns:
list
public abstract List<ServiceResourceInner> list(String resourceGroupName, String serviceTopologyName)
Lists the services in the service topology.
Parameters:
Returns:
listWithResponse
public abstract Response<List<ServiceResourceInner>> listWithResponse(String resourceGroupName, String serviceTopologyName, Context context)
Lists the services in the service topology.
Parameters:
Returns: