ServiceRegistriesClient Interface
public interface ServiceRegistriesClient
An instance of this class provides access to all the operations defined in ServiceRegistriesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Service Registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Service Registry.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Disable the default Service Registry.
Parameters:
Returns:
createOrUpdate
public abstract ServiceRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName)
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
createOrUpdate
public abstract ServiceRegistryResourceInner createOrUpdate(String resourceGroupName, String serviceName, String serviceRegistryName, Context context)
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default Service Registry or update the existing Service Registry.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String serviceRegistryName)
Disable the default Service Registry.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String serviceRegistryName, Context context)
Disable the default Service Registry.
Parameters:
deleteAsync
public abstract Mono
Disable the default Service Registry.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Disable the default Service Registry.
Parameters:
Returns:
get
public abstract ServiceRegistryResourceInner get(String resourceGroupName, String serviceName, String serviceRegistryName)
Get the Service Registry and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Service Registry and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Service Registry and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Service Registry and its properties.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handles requests to list all resources in a Service.
Parameters:
Returns:
Applies to
Azure SDK for Java