VnetInfoResource Class

Definition

Virtual Network information ARM resource.

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

Constructors

VnetInfoResource()

Initializes a new instance of the VnetInfoResource class.

VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the VnetInfoResource class.

Properties

CertBlob

Gets or sets a certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.

CertThumbprint

Gets the client certificate thumbprint.

DnsServers

Gets or sets DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsSwift

Gets or sets flag that is used to denote if this is VNET injection

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
ResyncRequired

Gets &lt;code&gt;true&lt;/code&gt; if a resync is required; otherwise, &lt;code&gt;false&lt;/code&gt;.

Routes

Gets the routes that this Virtual Network connection uses.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
VnetResourceId

Gets or sets the Virtual Network's resource ID.

Applies to