VnetParametersProperties 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.
VnetParameters resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.VnetParametersPropertiesTypeConverter))]
public class VnetParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVnetParametersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.VnetParametersPropertiesTypeConverter))>]
type VnetParametersProperties = class
interface IVnetParametersProperties
interface IJsonSerializable
Public Class VnetParametersProperties
Implements IVnetParametersProperties
- Inheritance
-
VnetParametersProperties
- Attributes
- Implements
Constructors
VnetParametersProperties() |
Creates an new VnetParametersProperties instance. |
Properties
SubnetResourceId |
The ARM Resource ID of the subnet to validate |
VnetName |
The name of the VNET to be validated |
VnetResourceGroup |
The Resource Group of the VNET to be validated |
VnetSubnetName |
The subnet name to be validated |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VnetParametersProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VnetParametersProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVnetParametersProperties. |
FromJsonString(String) |
Creates a new instance of VnetParametersProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VnetParametersProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |