Class WebPubSubHubInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubHubInner

public final class WebPubSubHubInner extends com.azure.core.management.ProxyResource
A hub setting.
  • Constructor Details

    • WebPubSubHubInner

      public WebPubSubHubInner()
      Creates an instance of WebPubSubHubInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • properties

      public WebPubSubHubProperties properties()
      Get the properties property: Properties of a hub.
      Returns:
      the properties value.
    • withProperties

      public WebPubSubHubInner withProperties(WebPubSubHubProperties properties)
      Set the properties property: Properties of a hub.
      Parameters:
      properties - the properties value to set.
      Returns:
      the WebPubSubHubInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.