Class MarketplaceOrderingManager


  • public final class MarketplaceOrderingManager
    extends Object
    Entry point to MarketplaceOrderingManager. REST API for MarketplaceOrdering Agreements.
    • Method Detail

      • authenticate

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

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

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

        public MarketplaceAgreements marketplaceAgreements()
        Returns:
        Resource collection API of MarketplaceAgreements.
      • operations

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

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