public class VirtualNetworkRuleInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
VirtualNetworkRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ignoreMissingVnetServiceEndpoint()
Get the ignoreMissingVnetServiceEndpoint property: Create firewall rule before the virtual network has vnet
service endpoint enabled.
|
VirtualNetworkRuleState |
state()
Get the state property: Virtual Network Rule State.
|
void |
validate()
Validates the instance.
|
String |
virtualNetworkSubnetId()
Get the virtualNetworkSubnetId property: The ARM resource id of the virtual network subnet.
|
VirtualNetworkRuleInner |
withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)
Set the ignoreMissingVnetServiceEndpoint property: Create firewall rule before the virtual network has vnet
service endpoint enabled.
|
VirtualNetworkRuleInner |
withVirtualNetworkSubnetId(String virtualNetworkSubnetId)
Set the virtualNetworkSubnetId property: The ARM resource id of the virtual network subnet.
|
public String virtualNetworkSubnetId()
public VirtualNetworkRuleInner withVirtualNetworkSubnetId(String virtualNetworkSubnetId)
virtualNetworkSubnetId - the virtualNetworkSubnetId value to set.public Boolean ignoreMissingVnetServiceEndpoint()
public VirtualNetworkRuleInner withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)
ignoreMissingVnetServiceEndpoint - the ignoreMissingVnetServiceEndpoint value to set.public VirtualNetworkRuleState state()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.