IPPrefixProperties 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.
IP Prefix Properties defines the properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPPrefixPropertiesTypeConverter))]
public class IPPrefixProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPPrefixProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPPrefixPropertiesTypeConverter))>]
type IPPrefixProperties = class
interface IIPPrefixProperties
interface IJsonSerializable
interface IAnnotationResource
interface IIPPrefixPatchableProperties
interface IValidates
Public Class IPPrefixProperties
Implements IIPPrefixProperties, IValidates
- Inheritance
-
IPPrefixProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPPrefixProperties() |
Creates an new IPPrefixProperties instance. |
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| Annotation |
Switch configuration description. |
| ConfigurationState |
Configuration state of the resource. |
| IPPrefixRule |
The list of IP Prefix Rules. |
| ProvisioningState |
Provisioning state of the resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPPrefixProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPPrefixProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPPrefixProperties. |
| FromJsonString(String) |
Creates a new instance of IPPrefixProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPPrefixProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |