Class MonitorInner
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appLocation property: The SAP monitor resources will be deployed in the SAP monitoring region.errors()
Get the errors property: Defines the SAP monitor errors.identity()
Get the identity property: Managed service identity (user assigned identities).Get the logAnalyticsWorkspaceArmId property: The ARM ID of the Log Analytics Workspace that is used for SAP monitoring.Get the managedResourceGroupConfiguration property: Managed resource group configuration.Get the monitorSubnet property: The subnet which the SAP monitor will be deployed in.msiArmId()
Get the msiArmId property: The ARM ID of the MSI used for SAP monitoring.Get the provisioningState property: State of provisioning of the SAP monitor.Get the routingPreference property: Sets the routing preference of the SAP monitor.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.withAppLocation
(String appLocation) Set the appLocation property: The SAP monitor resources will be deployed in the SAP monitoring region.withIdentity
(UserAssignedServiceIdentity identity) Set the identity property: Managed service identity (user assigned identities).withLocation
(String location) withLogAnalyticsWorkspaceArmId
(String logAnalyticsWorkspaceArmId) Set the logAnalyticsWorkspaceArmId property: The ARM ID of the Log Analytics Workspace that is used for SAP monitoring.withManagedResourceGroupConfiguration
(ManagedRGConfiguration managedResourceGroupConfiguration) Set the managedResourceGroupConfiguration property: Managed resource group configuration.withMonitorSubnet
(String monitorSubnet) Set the monitorSubnet property: The subnet which the SAP monitor will be deployed in.withRoutingPreference
(RoutingPreference routingPreference) Set the routingPreference property: Sets the routing preference of the SAP monitor.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
MonitorInner
public MonitorInner()
-
-
Method Details
-
identity
Get the identity property: Managed service identity (user assigned identities).- Returns:
- the identity value.
-
withIdentity
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
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
provisioningState
Get the provisioningState property: State of provisioning of the SAP monitor.- Returns:
- the provisioningState value.
-
errors
Get the errors property: Defines the SAP monitor errors.- Returns:
- the errors value.
-
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
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
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
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
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
Get the logAnalyticsWorkspaceArmId property: The ARM ID of the Log Analytics Workspace that is used for SAP monitoring.- Returns:
- the logAnalyticsWorkspaceArmId value.
-
withLogAnalyticsWorkspaceArmId
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
Get the monitorSubnet property: The subnet which the SAP monitor will be deployed in.- Returns:
- the monitorSubnet value.
-
withMonitorSubnet
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
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.
-