java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.workloads.fluent.models.MonitorInner

public final class MonitorInner extends com.azure.core.management.Resource
SAP monitor info on Azure (ARM properties and SAP monitor properties).
  • Constructor Details

    • MonitorInner

      public MonitorInner()
  • Method Details

    • identity

      public UserAssignedServiceIdentity identity()
      Get the identity property: Managed service identity (user assigned identities).
      Returns:
      the identity value.
    • withIdentity

      public MonitorInner withIdentity(UserAssignedServiceIdentity identity)
      Set the identity property: Managed service identity (user assigned identities).
      Parameters:
      identity - the identity value to set.
      Returns:
      the MonitorInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public MonitorInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public MonitorInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

      public WorkloadMonitorProvisioningState provisioningState()
      Get the provisioningState property: State of provisioning of the SAP monitor.
      Returns:
      the provisioningState value.
    • errors

      public MonitorPropertiesErrors errors()
      Get the errors property: Defines the SAP monitor errors.
      Returns:
      the errors value.
    • appLocation

      public String appLocation()
      Get the appLocation property: The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region.
      Returns:
      the appLocation value.
    • withAppLocation

      public MonitorInner withAppLocation(String appLocation)
      Set the appLocation property: The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region.
      Parameters:
      appLocation - the appLocation value to set.
      Returns:
      the MonitorInner object itself.
    • routingPreference

      public RoutingPreference routingPreference()
      Get the routingPreference property: Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.
      Returns:
      the routingPreference value.
    • withRoutingPreference

      public MonitorInner withRoutingPreference(RoutingPreference routingPreference)
      Set the routingPreference property: Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.
      Parameters:
      routingPreference - the routingPreference value to set.
      Returns:
      the MonitorInner object itself.
    • managedResourceGroupConfiguration

      public ManagedRGConfiguration managedResourceGroupConfiguration()
      Get the managedResourceGroupConfiguration property: Managed resource group configuration.
      Returns:
      the managedResourceGroupConfiguration value.
    • withManagedResourceGroupConfiguration

      public MonitorInner withManagedResourceGroupConfiguration(ManagedRGConfiguration managedResourceGroupConfiguration)
      Set the managedResourceGroupConfiguration property: Managed resource group configuration.
      Parameters:
      managedResourceGroupConfiguration - the managedResourceGroupConfiguration value to set.
      Returns:
      the MonitorInner object itself.
    • logAnalyticsWorkspaceArmId

      public String logAnalyticsWorkspaceArmId()
      Get the logAnalyticsWorkspaceArmId property: The ARM ID of the Log Analytics Workspace that is used for SAP monitoring.
      Returns:
      the logAnalyticsWorkspaceArmId value.
    • withLogAnalyticsWorkspaceArmId

      public MonitorInner withLogAnalyticsWorkspaceArmId(String logAnalyticsWorkspaceArmId)
      Set the logAnalyticsWorkspaceArmId property: The ARM ID of the Log Analytics Workspace that is used for SAP monitoring.
      Parameters:
      logAnalyticsWorkspaceArmId - the logAnalyticsWorkspaceArmId value to set.
      Returns:
      the MonitorInner object itself.
    • monitorSubnet

      public String monitorSubnet()
      Get the monitorSubnet property: The subnet which the SAP monitor will be deployed in.
      Returns:
      the monitorSubnet value.
    • withMonitorSubnet

      public MonitorInner withMonitorSubnet(String monitorSubnet)
      Set the monitorSubnet property: The subnet which the SAP monitor will be deployed in.
      Parameters:
      monitorSubnet - the monitorSubnet value to set.
      Returns:
      the MonitorInner object itself.
    • msiArmId

      public String msiArmId()
      Get the msiArmId property: The ARM ID of the MSI used for SAP monitoring.
      Returns:
      the msiArmId value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.