NetworkingConfiguration 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.
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
NetworkingConfiguration() |
Creates an new NetworkingConfiguration instance. |
Properties
ExternalNetworkingMode |
External networking mode. |
Host |
The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com. |
Route |
Networking routes configuration. |
Methods
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() |