次の方法で共有


IVirtualNetworkPeering Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.VirtualNetworkPeeringTypeConverter))]
public interface IVirtualNetworkPeering : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.VirtualNetworkPeeringTypeConverter))>]
type IVirtualNetworkPeering = interface
    interface IJsonSerializable
Public Interface IVirtualNetworkPeering
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Id

Resource ID.

Name

Name of the virtual network peering resource

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.

Type

type of the virtual network peering resource

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to