VnetInfoInner 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 information contract.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VnetInfoInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetInfoInner = class
inherit ProxyOnlyResourceInner
Public Class VnetInfoInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
VnetInfoInner() |
Initializes a new instance of the VnetInfoInner class. |
VnetInfoInner(String, String, String, String, String, String, String, IList<VnetRouteInner>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initializes a new instance of the VnetInfoInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsSwift |
Gets or sets flag that is used to denote if this is VNET injection |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ResyncRequired |
Gets <code>true</code> if a resync is required; otherwise, <code>false</code>. |
Routes |
Gets the routes that this Virtual Network connection uses. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
VnetResourceId |
Gets or sets the Virtual Network's resource ID. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET