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 TypeMethodDescriptionstatic SBNamespaceUpdateParametersSBNamespaceUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBNamespaceUpdateParameters from the JsonReader.SBNamespaceUpdateParameters.withAlternateName(String alternateName) Set the alternateName property: Alternate name for namespace.SBNamespaceUpdateParameters.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: This property disables SAS authentication for the Service Bus namespace.SBNamespaceUpdateParameters.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.SBNamespaceUpdateParameters.withIdentity(Identity identity) Set the identity property: Properties of BYOK Identity description.SBNamespaceUpdateParameters.withLocation(String location) Set the location property: Resource location.SBNamespaceUpdateParameters.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.Set the sku property: Properties of SKU.Set the tags property: Resource tags.