ManagementNetworkConfigurationProperties 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.
Configuration to be used to setup the management network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagementNetworkConfigurationPropertiesTypeConverter))]
public class ManagementNetworkConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagementNetworkConfigurationPropertiesTypeConverter))>]
type ManagementNetworkConfigurationProperties = class
interface IManagementNetworkConfigurationProperties
interface IJsonSerializable
Public Class ManagementNetworkConfigurationProperties
Implements IManagementNetworkConfigurationProperties
- Inheritance
-
ManagementNetworkConfigurationProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagementNetworkConfigurationProperties() |
Creates an new ManagementNetworkConfigurationProperties instance. |
Properties
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagementNetworkConfigurationProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagementNetworkConfigurationProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties. |
| FromJsonString(String) |
Creates a new instance of ManagementNetworkConfigurationProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagementNetworkConfigurationProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |