Bagikan melalui


IVirtualNetworkRule Interface

Definition

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

Properties

Id

Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.

IgnoreMissingVnetServiceEndpoint

Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to