Uses of Class
com.azure.resourcemanager.servicebus.models.SBNamespaceUpdateParameters
Packages that use SBNamespaceUpdateParameters
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBNamespaceUpdateParameters in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type SBNamespaceUpdateParametersModifier and TypeMethodDescriptionNamespacesClient.update(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters) Updates a service namespace.NamespacesClient.updateAsync(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters) Updates a service namespace.com.azure.core.http.rest.Response<SBNamespaceInner>NamespacesClient.updateWithResponse(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters, com.azure.core.util.Context context) Updates a service namespace.Mono<com.azure.core.http.rest.Response<SBNamespaceInner>>NamespacesClient.updateWithResponseAsync(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters) Updates a service namespace. -
Uses of SBNamespaceUpdateParameters in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SBNamespaceUpdateParametersModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.withLocation(String location) Set the location property: Resource location.Set the sku property: Properties of Sku.Set the tags property: Resource tags.