Uses of Class
com.azure.resourcemanager.webpubsub.models.WebPubSubHubProperties
Package
Description
Package containing the inner data models for WebPubSubManagementClient.
Package containing the data models for WebPubSubManagementClient.
-
Uses of WebPubSubHubProperties in com.azure.resourcemanager.webpubsub.fluent.models
Modifier and TypeMethodDescriptionWebPubSubHubInner.properties()
Get the properties property: Properties of a hub.Modifier and TypeMethodDescriptionWebPubSubHubInner.withProperties
(WebPubSubHubProperties properties) Set the properties property: Properties of a hub. -
Uses of WebPubSubHubProperties in com.azure.resourcemanager.webpubsub.models
Modifier and TypeMethodDescriptionWebPubSubHub.properties()
Gets the properties property: Properties of a hub.WebPubSubHubProperties.withAnonymousConnectPolicy
(String anonymousConnectPolicy) Set the anonymousConnectPolicy property: The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny".WebPubSubHubProperties.withEventHandlers
(List<EventHandler> eventHandlers) Set the eventHandlers property: Event handler of a hub.WebPubSubHubProperties.withEventListeners
(List<EventListener> eventListeners) Set the eventListeners property: Event listener settings for forwarding your client events to listeners.Modifier and TypeMethodDescriptionWebPubSubHub.DefinitionStages.WithProperties.withProperties
(WebPubSubHubProperties properties) Specifies the properties property: Properties of a hub..WebPubSubHub.UpdateStages.WithProperties.withProperties
(WebPubSubHubProperties properties) Specifies the properties property: Properties of a hub..