VirtualNetworkSubnetUsageParameter 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.
Virtual network subnet usage parameter
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.VirtualNetworkSubnetUsageParameterTypeConverter))]
public class VirtualNetworkSubnetUsageParameter : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVirtualNetworkSubnetUsageParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.VirtualNetworkSubnetUsageParameterTypeConverter))>]
type VirtualNetworkSubnetUsageParameter = class
interface IVirtualNetworkSubnetUsageParameter
interface IJsonSerializable
Public Class VirtualNetworkSubnetUsageParameter
Implements IVirtualNetworkSubnetUsageParameter
- Inheritance
-
VirtualNetworkSubnetUsageParameter
- Attributes
- Implements
Constructors
VirtualNetworkSubnetUsageParameter() |
Creates an new VirtualNetworkSubnetUsageParameter instance. |
Properties
VirtualNetworkArmResourceId |
Virtual network resource id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkSubnetUsageParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkSubnetUsageParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVirtualNetworkSubnetUsageParameter. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkSubnetUsageParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkSubnetUsageParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |