Compartir a través de


VnetParametersProperties Class

Definition

VnetParameters resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.VnetParametersPropertiesTypeConverter))]
public class VnetParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IVnetParametersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

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.Api20190801.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.

Applies to