Share via


VirtualNetworkPeeringPropertiesFormat Class

Definition

Properties of the virtual network peering.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.VirtualNetworkPeeringPropertiesFormatTypeConverter))]
public class VirtualNetworkPeeringPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeeringPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.VirtualNetworkPeeringPropertiesFormatTypeConverter))>]
type VirtualNetworkPeeringPropertiesFormat = class
    interface IVirtualNetworkPeeringPropertiesFormat
    interface IJsonSerializable
Public Class VirtualNetworkPeeringPropertiesFormat
Implements IVirtualNetworkPeeringPropertiesFormat
Inheritance
VirtualNetworkPeeringPropertiesFormat
Attributes
Implements

Constructors

VirtualNetworkPeeringPropertiesFormat()

Creates an new VirtualNetworkPeeringPropertiesFormat instance.

Properties

AllowForwardedTraffic

Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.

AllowGatewayTransit

If gateway links can be used in remote virtual networking to link to this virtual network.

AllowVirtualNetworkAccess

Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.

DatabrickAddressSpaceAddressPrefix

A list of address blocks reserved for this virtual network in CIDR notation.

DatabrickVirtualNetworkId

The Id of the databricks virtual network.

PeeringState

The status of the virtual network peering.

ProvisioningState

The provisioning state of the virtual network peering resource.

RemoteAddressSpaceAddressPrefix

A list of address blocks reserved for this virtual network in CIDR notation.

RemoteVirtualNetworkId

The Id of the remote virtual network.

UseRemoteGateway

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkPeeringPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkPeeringPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IVirtualNetworkPeeringPropertiesFormat.

FromJsonString(String)

Creates a new instance of VirtualNetworkPeeringPropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkPeeringPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to