Class RelayManager

java.lang.Object
com.azure.resourcemanager.relay.RelayManager

public final class RelayManager extends Object
Entry point to RelayManager. Use these API to manage Azure Relay resources through Azure Resource Manager.
  • Method Details

    • authenticate

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

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

      public static RelayManager.Configurable configure()
      Gets a Configurable instance that can be used to create RelayManager 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.
    • namespaces

      public Namespaces namespaces()
      Gets the resource collection API of Namespaces. It manages RelayNamespace, AuthorizationRule.
      Returns:
      Resource collection API of Namespaces.
    • hybridConnections

      public HybridConnections hybridConnections()
      Gets the resource collection API of HybridConnections. It manages HybridConnection.
      Returns:
      Resource collection API of HybridConnections.
    • wcfRelays

      public WcfRelays wcfRelays()
      Gets the resource collection API of WcfRelays. It manages WcfRelay.
      Returns:
      Resource collection API of WcfRelays.
    • serviceClient

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