Class WebPubSubManager

java.lang.Object
com.azure.resourcemanager.webpubsub.WebPubSubManager

public final class WebPubSubManager extends Object
Entry point to WebPubSubManager. REST API for Azure WebPubSub Service.
  • Method Details

    • authenticate

      public static WebPubSubManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of WebPubSub service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the WebPubSub service API instance.
    • authenticate

      public static WebPubSubManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of WebPubSub service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the WebPubSub service API instance.
    • configure

      public static WebPubSubManager.Configurable configure()
      Gets a Configurable instance that can be used to create WebPubSubManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • webPubSubs

      public WebPubSubs webPubSubs()
      Gets the resource collection API of WebPubSubs. It manages WebPubSubResource.
      Returns:
      Resource collection API of WebPubSubs.
    • usages

      public Usages usages()
      Gets the resource collection API of Usages.
      Returns:
      Resource collection API of Usages.
    • webPubSubCustomCertificates

      public WebPubSubCustomCertificates webPubSubCustomCertificates()
      Gets the resource collection API of WebPubSubCustomCertificates. It manages CustomCertificate.
      Returns:
      Resource collection API of WebPubSubCustomCertificates.
    • webPubSubCustomDomains

      public WebPubSubCustomDomains webPubSubCustomDomains()
      Gets the resource collection API of WebPubSubCustomDomains. It manages CustomDomain.
      Returns:
      Resource collection API of WebPubSubCustomDomains.
    • webPubSubHubs

      public WebPubSubHubs webPubSubHubs()
      Gets the resource collection API of WebPubSubHubs. It manages WebPubSubHub.
      Returns:
      Resource collection API of WebPubSubHubs.
    • webPubSubPrivateEndpointConnections

      public WebPubSubPrivateEndpointConnections webPubSubPrivateEndpointConnections()
      Gets the resource collection API of WebPubSubPrivateEndpointConnections.
      Returns:
      Resource collection API of WebPubSubPrivateEndpointConnections.
    • webPubSubPrivateLinkResources

      public WebPubSubPrivateLinkResources webPubSubPrivateLinkResources()
      Gets the resource collection API of WebPubSubPrivateLinkResources.
      Returns:
      Resource collection API of WebPubSubPrivateLinkResources.
    • webPubSubSharedPrivateLinkResources

      public WebPubSubSharedPrivateLinkResources webPubSubSharedPrivateLinkResources()
      Gets the resource collection API of WebPubSubSharedPrivateLinkResources. It manages SharedPrivateLinkResource.
      Returns:
      Resource collection API of WebPubSubSharedPrivateLinkResources.
    • serviceClient

      public WebPubSubManagementClient serviceClient()
      Returns:
      Wrapped service client WebPubSubManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.