Class LogzManager

java.lang.Object
com.azure.resourcemanager.logz.LogzManager

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

    • authenticate

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

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

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

      public Monitors monitors()
      Gets the resource collection API of Monitors. It manages LogzMonitorResource.
      Returns:
      Resource collection API of Monitors.
    • operations

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

      public TagRules tagRules()
      Gets the resource collection API of TagRules. It manages MonitoringTagRules.
      Returns:
      Resource collection API of TagRules.
    • singleSignOns

      public SingleSignOns singleSignOns()
      Gets the resource collection API of SingleSignOns. It manages LogzSingleSignOnResource.
      Returns:
      Resource collection API of SingleSignOns.
    • subAccounts

      public SubAccounts subAccounts()
      Gets the resource collection API of SubAccounts.
      Returns:
      Resource collection API of SubAccounts.
    • subAccountTagRules

      public SubAccountTagRules subAccountTagRules()
      Gets the resource collection API of SubAccountTagRules.
      Returns:
      Resource collection API of SubAccountTagRules.
    • monitorOperations

      public MonitorOperations monitorOperations()
      Gets the resource collection API of MonitorOperations.
      Returns:
      Resource collection API of MonitorOperations.
    • serviceClient

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