VnetParameters Class

Definition

The required set of inputs to validate a VNET

[Microsoft.Rest.Serialization.JsonTransformation]
public class VnetParameters : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetParameters = class
    inherit ProxyOnlyResource
Public Class VnetParameters
Inherits ProxyOnlyResource
Inheritance
VnetParameters
Attributes

Constructors

VnetParameters()

Initializes a new instance of the VnetParameters class.

VnetParameters(String, String, String, String, String, String, String, String)

Initializes a new instance of the VnetParameters class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
SubnetResourceId

Gets or sets the ARM Resource ID of the subnet to validate

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
VnetName

Gets or sets the name of the VNET to be validated

VnetResourceGroup

Gets or sets the Resource Group of the VNET to be validated

VnetSubnetName

Gets or sets the subnet name to be validated

Applies to