Class AppnetworkManager

java.lang.Object
com.azure.resourcemanager.appnetwork.AppnetworkManager

public final class AppnetworkManager extends Object
Entry point to AppnetworkManager.
  • Method Details

    • authenticate

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

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

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

      public AppLinks appLinks()
      Gets the resource collection API of AppLinks. It manages AppLink.
      Returns:
      Resource collection API of AppLinks.
    • appLinkMembers

      public AppLinkMembers appLinkMembers()
      Gets the resource collection API of AppLinkMembers. It manages AppLinkMember.
      Returns:
      Resource collection API of AppLinkMembers.
    • upgradeHistories

      public UpgradeHistories upgradeHistories()
      Gets the resource collection API of UpgradeHistories.
      Returns:
      Resource collection API of UpgradeHistories.
    • availableVersions

      public AvailableVersions availableVersions()
      Gets the resource collection API of AvailableVersions.
      Returns:
      Resource collection API of AvailableVersions.
    • serviceClient

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