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