MonitorProperties 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.
Properties specific to the monitor resource.
public class MonitorProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.MonitorProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.MonitorProperties>
	type MonitorProperties = class
    interface IJsonModel<MonitorProperties>
    interface IPersistableModel<MonitorProperties>
	Public Class MonitorProperties
Implements IJsonModel(Of MonitorProperties), IPersistableModel(Of MonitorProperties)
		- Inheritance
 - 
				MonitorProperties
 
- Implements
 
Constructors
| MonitorProperties() | 
		 Initializes a new instance of MonitorProperties.  | 
        	
Properties
| ElasticProperties | 
		 Elastic cloud properties.  | 
        	
| GenerateApiKey | 
		 Flag to determine if User API Key has to be generated and shared.  | 
        	
| LiftrResourceCategory | 
		 Gets the liftr resource category.  | 
        	
| LiftrResourcePreference | 
		 The priority of the resource.  | 
        	
| MonitoringStatus | 
		 Flag specifying if the resource monitoring is enabled or disabled.  | 
        	
| PlanDetails | 
		 Plan details of the monitor resource.  | 
        	
| ProvisioningState | 
		 Provisioning state of the monitor resource.  | 
        	
| SaaSAzureSubscriptionStatus | 
		 Status of Azure Subscription where Marketplace SaaS is located.  | 
        	
| SourceCampaignId | 
		 A unique identifier associated with the campaign.  | 
        	
| SourceCampaignName | 
		 Name of the marketing campaign.  | 
        	
| SubscriptionState | 
		 State of the Azure Subscription containing the monitor resource.  | 
        	
| UserInfo | 
		 User information.  | 
        	
| Version | 
		 Version of elastic of the monitor resource.  | 
        	
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | 
Explicit Interface Implementations
| IJsonModel<MonitorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) | 
		 Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.  | 
        	
| IJsonModel<MonitorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) | 
		 Writes the model to the provided Utf8JsonWriter.  | 
        	
| IPersistableModel<MonitorProperties>.Create(BinaryData, ModelReaderWriterOptions) | 
		 Converts the provided BinaryData into a model.  | 
        	
| IPersistableModel<MonitorProperties>.GetFormatFromOptions(ModelReaderWriterOptions) | 
		 Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.  | 
        	
| IPersistableModel<MonitorProperties>.Write(ModelReaderWriterOptions) | 
		 Writes the model into a BinaryData.  |