MhsmVirtualNetworkRule 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
MhsmVirtualNetworkRule() |
Initializes a new instance of the MhsmVirtualNetworkRule class. |
MhsmVirtualNetworkRule(String) |
Initializes a new instance of the MhsmVirtualNetworkRule class. |
MhsmVirtualNetworkRule()
Initializes a new instance of the MhsmVirtualNetworkRule class.
public MhsmVirtualNetworkRule ();
Public Sub New ()
Applies to
MhsmVirtualNetworkRule(String)
Initializes a new instance of the MhsmVirtualNetworkRule class.
public MhsmVirtualNetworkRule (string id);
new Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule : string -> Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule
Public Sub New (id As String)
Parameters
- id
- String
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.