MonitorPrivateLinkAccessModeSettings 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 that define the scope private link mode settings.
public class MonitorPrivateLinkAccessModeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings>
type MonitorPrivateLinkAccessModeSettings = class
interface IJsonModel<MonitorPrivateLinkAccessModeSettings>
interface IPersistableModel<MonitorPrivateLinkAccessModeSettings>
Public Class MonitorPrivateLinkAccessModeSettings
Implements IJsonModel(Of MonitorPrivateLinkAccessModeSettings), IPersistableModel(Of MonitorPrivateLinkAccessModeSettings)
- Inheritance
-
MonitorPrivateLinkAccessModeSettings
- Implements
Constructors
MonitorPrivateLinkAccessModeSettings(MonitorPrivateLinkAccessMode, MonitorPrivateLinkAccessMode) |
Initializes a new instance of MonitorPrivateLinkAccessModeSettings. |
Properties
Exclusions |
List of exclusions that override the default access mode settings for specific private endpoint connections. |
IngestionAccessMode |
Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. |
QueryAccessMode |
Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. |
Explicit Interface Implementations
IJsonModel<MonitorPrivateLinkAccessModeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MonitorPrivateLinkAccessModeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MonitorPrivateLinkAccessModeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MonitorPrivateLinkAccessModeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MonitorPrivateLinkAccessModeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET