MobileNetworkLocalDiagnosticsAccessConfiguration Class

Definition

The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.

public class MobileNetworkLocalDiagnosticsAccessConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkLocalDiagnosticsAccessConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkLocalDiagnosticsAccessConfiguration>
type MobileNetworkLocalDiagnosticsAccessConfiguration = class
    interface IJsonModel<MobileNetworkLocalDiagnosticsAccessConfiguration>
    interface IPersistableModel<MobileNetworkLocalDiagnosticsAccessConfiguration>
Public Class MobileNetworkLocalDiagnosticsAccessConfiguration
Implements IJsonModel(Of MobileNetworkLocalDiagnosticsAccessConfiguration), IPersistableModel(Of MobileNetworkLocalDiagnosticsAccessConfiguration)
Inheritance
MobileNetworkLocalDiagnosticsAccessConfiguration
Implements

Constructors

MobileNetworkLocalDiagnosticsAccessConfiguration(MobileNetworkAuthenticationType)

Initializes a new instance of MobileNetworkLocalDiagnosticsAccessConfiguration.

Properties

AuthenticationType

How to authenticate users who access local diagnostics APIs.

HttpsServerCertificate

The HTTPS server TLS certificate used to secure local access to diagnostics.

Explicit Interface Implementations

IJsonModel<MobileNetworkLocalDiagnosticsAccessConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MobileNetworkLocalDiagnosticsAccessConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkLocalDiagnosticsAccessConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkLocalDiagnosticsAccessConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MobileNetworkLocalDiagnosticsAccessConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to