VirtualNetworkPeeringInner Constructors
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.
Overloads
VirtualNetworkPeeringInner() |
Initializes a new instance of the VirtualNetworkPeeringInner class. |
VirtualNetworkPeeringInner(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, AddressSpace, VirtualNetworkPeeringState, ProvisioningState, String, String) |
Initializes a new instance of the VirtualNetworkPeeringInner class. |
VirtualNetworkPeeringInner()
Initializes a new instance of the VirtualNetworkPeeringInner class.
public VirtualNetworkPeeringInner ();
Public Sub New ()
Applies to
VirtualNetworkPeeringInner(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SubResource, AddressSpace, VirtualNetworkPeeringState, ProvisioningState, String, String)
Initializes a new instance of the VirtualNetworkPeeringInner class.
public VirtualNetworkPeeringInner (string id = default, bool? allowVirtualNetworkAccess = default, bool? allowForwardedTraffic = default, bool? allowGatewayTransit = default, bool? useRemoteGateways = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource remoteVirtualNetwork = default, Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace remoteAddressSpace = default, Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringState peeringState = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringInner : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace * Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringState * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringInner
Public Sub New (Optional id As String = Nothing, Optional allowVirtualNetworkAccess As Nullable(Of Boolean) = Nothing, Optional allowForwardedTraffic As Nullable(Of Boolean) = Nothing, Optional allowGatewayTransit As Nullable(Of Boolean) = Nothing, Optional useRemoteGateways As Nullable(Of Boolean) = Nothing, Optional remoteVirtualNetwork As SubResource = Nothing, Optional remoteAddressSpace As AddressSpace = Nothing, Optional peeringState As VirtualNetworkPeeringState = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
If gateway links can be used in remote virtual networking to link to this virtual network.
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
- remoteVirtualNetwork
- SubResource
The reference of the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering).
- remoteAddressSpace
- AddressSpace
The reference of the remote virtual network address space.
- peeringState
- VirtualNetworkPeeringState
The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', 'Disconnected'
- provisioningState
- ProvisioningState
The provisioning state of the virtual network peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET