Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.SchemaGroupInner
Packages that use SchemaGroupInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of SchemaGroupInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return SchemaGroupInnerModifier and TypeMethodDescriptionSchemaRegistriesClient.createOrUpdate(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type SchemaGroupInnerModifier and TypeMethodDescriptionSchemaRegistriesClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) com.azure.core.http.rest.Response<SchemaGroupInner>SchemaRegistriesClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters, com.azure.core.util.Context context) Mono<com.azure.core.http.rest.Response<SchemaGroupInner>>SchemaRegistriesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) SchemaRegistriesClient.getAsync(String resourceGroupName, String namespaceName, String schemaGroupName) com.azure.core.http.rest.Response<SchemaGroupInner>SchemaRegistriesClient.getWithResponse(String resourceGroupName, String namespaceName, String schemaGroupName, com.azure.core.util.Context context) Mono<com.azure.core.http.rest.Response<SchemaGroupInner>>SchemaRegistriesClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String schemaGroupName) com.azure.core.http.rest.PagedIterable<SchemaGroupInner>SchemaRegistriesClient.listByNamespace(String resourceGroupName, String namespaceName) Gets all the Schema Groups in a Namespace.com.azure.core.http.rest.PagedIterable<SchemaGroupInner>SchemaRegistriesClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context) Gets all the Schema Groups in a Namespace.com.azure.core.http.rest.PagedFlux<SchemaGroupInner>SchemaRegistriesClient.listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets all the Schema Groups in a Namespace.com.azure.core.http.rest.PagedFlux<SchemaGroupInner>SchemaRegistriesClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top) Gets all the Schema Groups in a Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type SchemaGroupInnerModifier and TypeMethodDescriptionSchemaRegistriesClient.createOrUpdate(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) SchemaRegistriesClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) com.azure.core.http.rest.Response<SchemaGroupInner>SchemaRegistriesClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters, com.azure.core.util.Context context) Mono<com.azure.core.http.rest.Response<SchemaGroupInner>>SchemaRegistriesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String schemaGroupName, SchemaGroupInner parameters) -
Uses of SchemaGroupInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return SchemaGroupInnerModifier and TypeMethodDescriptionSchemaGroupInner.withGroupProperties(Map<String, String> groupProperties) Set the groupProperties property: dictionary object for SchemaGroup group properties.SchemaGroupInner.withSchemaCompatibility(SchemaCompatibility schemaCompatibility) Set the schemaCompatibility property: The schemaCompatibility property.SchemaGroupInner.withSchemaType(SchemaType schemaType) Set the schemaType property: The schemaType property. -
Uses of SchemaGroupInner in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type SchemaGroupInnerModifier and TypeMethodDescriptionSchemaGroupListResult.value()Get the value property: Result of the List SchemaGroups operation.Method parameters in com.azure.resourcemanager.eventhubs.models with type arguments of type SchemaGroupInnerModifier and TypeMethodDescriptionSchemaGroupListResult.withValue(List<SchemaGroupInner> value) Set the value property: Result of the List SchemaGroups operation.