SapMonitorData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the SapMonitor data model. SAP monitor info on Azure (ARM properties and SAP monitor properties)
public class SapMonitorData : Azure.ResourceManager.Models.TrackedResourceData
public class SapMonitorData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.SapMonitorData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.SapMonitorData>
type SapMonitorData = class
inherit TrackedResourceData
type SapMonitorData = class
inherit TrackedResourceData
interface IJsonModel<SapMonitorData>
interface IPersistableModel<SapMonitorData>
Public Class SapMonitorData
Inherits TrackedResourceData
Public Class SapMonitorData
Inherits TrackedResourceData
Implements IJsonModel(Of SapMonitorData), IPersistableModel(Of SapMonitorData)
- Inheritance
- Implements
Constructors
SapMonitorData(AzureLocation) |
Initializes a new instance of SapMonitorData. |
Properties
AppLocation |
The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region. |
Errors |
Defines the SAP monitor errors. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
[currently not in use] Managed service identity(user assigned identities). |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
LogAnalyticsWorkspaceArmId |
The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. |
ManagedResourceGroupName |
Managed resource group name. |
MonitorSubnetId |
The subnet which the SAP monitor will be deployed in. |
MsiArmId |
The ARM ID of the MSI used for SAP monitoring. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
State of provisioning of the SAP monitor. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RoutingPreference |
Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. |
StorageAccountArmId |
The ARM ID of the Storage account used for SAP monitoring. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
ZoneRedundancyPreference |
Sets the preference for zone redundancy on resources created for the SAP monitor. By default resources will be created which do not support zone redundancy. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<SapMonitorData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapMonitorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapMonitorData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapMonitorData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapMonitorData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET