Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBNamespaceUpdateProperties
Packages that use SBNamespaceUpdateProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of SBNamespaceUpdateProperties in com.azure.resourcemanager.servicebus.fluent.models
Classes in com.azure.resourcemanager.servicebus.fluent.models that implement interfaces with type arguments of type SBNamespaceUpdatePropertiesModifier and TypeClassDescriptionfinal classProperties of the namespace.Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBNamespaceUpdatePropertiesModifier and TypeMethodDescriptionstatic SBNamespaceUpdatePropertiesSBNamespaceUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBNamespaceUpdateProperties from the JsonReader.SBNamespaceUpdateProperties.withAlternateName(String alternateName) Set the alternateName property: Alternate name for namespace.SBNamespaceUpdateProperties.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: This property disables SAS authentication for the Service Bus namespace.SBNamespaceUpdateProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.SBNamespaceUpdateProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.