SchemaRegistriesClient Interface
public interface SchemaRegistriesClient
An instance of this class provides access to all the operations defined in SchemaRegistriesClient.
Method Summary
Method Details
createOrUpdate
public abstract SchemaGroupInner createOrUpdate(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters)
Creates or Updates an EventHub schema group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or Updates an EventHub schema group.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or Updates an EventHub schema group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or Updates an EventHub schema group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String schemaGroupName)
Deletes an EventHub schema group.
Parameters:
deleteAsync
public abstract Mono
Deletes an EventHub schema group.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes an EventHub schema group.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes an EventHub schema group.
Parameters:
Returns:
get
public abstract SchemaGroupInner get(String resourceGroupName, String namespaceName, String schemaGroupName)
Gets the details of an EventHub schema group.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the details of an EventHub schema group.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the details of an EventHub schema group.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the details of an EventHub schema group.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable
Gets all the Schema Groups in a Namespace.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable
Gets all the Schema Groups in a Namespace.
Parameters:
Returns:
listByNamespaceAsync
public abstract PagedFlux
Gets all the Schema Groups in a Namespace.
Parameters:
Returns:
listByNamespaceAsync
public abstract PagedFlux
Gets all the Schema Groups in a Namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java