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