Uses of Class
com.azure.resourcemanager.servicebus.models.SBNamespaceUpdateParameters
-
Packages that use SBNamespaceUpdateParameters Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 SBNamespaceUpdateParameters Modifier and Type Method Description SBNamespaceInnerNamespacesClient. update(String resourceGroupName, String namespaceName, SBNamespaceUpdateParameters parameters)Updates a service namespace.Mono<SBNamespaceInner>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 SBNamespaceUpdateParameters Modifier and Type Method Description SBNamespaceUpdateParametersSBNamespaceUpdateParameters. withLocation(String location)Set the location property: Resource location.SBNamespaceUpdateParametersSBNamespaceUpdateParameters. withSku(SBSku sku)Set the sku property: Properties of Sku.SBNamespaceUpdateParametersSBNamespaceUpdateParameters. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-