Class ServiceLinkerManager


  • public final class ServiceLinkerManager
    extends Object
    Entry point to ServiceLinkerManager. Microsoft.ServiceLinker provider.
    • Method Detail

      • authenticate

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

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

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

        public Linkers linkers()
        Gets the resource collection API of Linkers. It manages LinkerResource.
        Returns:
        Resource collection API of Linkers.
      • operations

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

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