LocalDiagnosticsAccessConfiguration 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.
The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.LocalDiagnosticsAccessConfigurationTypeConverter))]
public class LocalDiagnosticsAccessConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ILocalDiagnosticsAccessConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.LocalDiagnosticsAccessConfigurationTypeConverter))>]
type LocalDiagnosticsAccessConfiguration = class
interface ILocalDiagnosticsAccessConfiguration
interface IJsonSerializable
Public Class LocalDiagnosticsAccessConfiguration
Implements ILocalDiagnosticsAccessConfiguration
- Inheritance
-
LocalDiagnosticsAccessConfiguration
- Attributes
- Implements
Constructors
LocalDiagnosticsAccessConfiguration() |
Creates an new LocalDiagnosticsAccessConfiguration instance. |
Properties
AuthenticationType |
How to authenticate users who access local diagnostics APIs. |
HttpsServerCertificateUrl |
The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress. |
ProvisioningReason |
Reason for certificate provisioning failure. |
ProvisioningState |
The certificate's provisioning state |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LocalDiagnosticsAccessConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LocalDiagnosticsAccessConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ILocalDiagnosticsAccessConfiguration. |
FromJsonString(String) |
Creates a new instance of LocalDiagnosticsAccessConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LocalDiagnosticsAccessConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |