Share via


NetworkingConfiguration Class

Definition

Networking configuration for the pipeline group instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.NetworkingConfigurationTypeConverter))]
public class NetworkingConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.INetworkingConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.NetworkingConfigurationTypeConverter))>]
type NetworkingConfiguration = class
    interface INetworkingConfiguration
    interface IJsonSerializable
Public Class NetworkingConfiguration
Implements INetworkingConfiguration
Inheritance
NetworkingConfiguration
Attributes
Implements

Constructors

Name Description
NetworkingConfiguration()

Creates an new NetworkingConfiguration instance.

Properties

Name Description
ExternalNetworkingMode

External networking mode.

Host

The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.

Route

Networking routes configuration.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkingConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkingConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.INetworkingConfiguration.

FromJsonString(String)

Creates a new instance of NetworkingConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkingConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to