VirtualNetworkRuleInner Class

public final class VirtualNetworkRuleInner
extends ProxyResource

A virtual network rule.

Constructor Summary

Constructor Description
VirtualNetworkRuleInner()

Method Summary

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.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkRuleInner

public VirtualNetworkRuleInner()

Method Details

ignoreMissingVnetServiceEndpoint

public Boolean ignoreMissingVnetServiceEndpoint()

Get the ignoreMissingVnetServiceEndpoint property: Create firewall rule before the virtual network has vnet service endpoint enabled.

Returns:

the ignoreMissingVnetServiceEndpoint value.

state

public VirtualNetworkRuleState state()

Get the state property: Virtual Network Rule State.

Returns:

the state value.

validate

public void validate()

Validates the instance.

virtualNetworkSubnetId

public String virtualNetworkSubnetId()

Get the virtualNetworkSubnetId property: The ARM resource id of the virtual network subnet.

Returns:

the virtualNetworkSubnetId value.

withIgnoreMissingVnetServiceEndpoint

public VirtualNetworkRuleInner withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)

Set the ignoreMissingVnetServiceEndpoint property: Create firewall rule before the virtual network has vnet service endpoint enabled.

Parameters:

ignoreMissingVnetServiceEndpoint - the ignoreMissingVnetServiceEndpoint value to set.

Returns:

the VirtualNetworkRuleInner object itself.

withVirtualNetworkSubnetId

public VirtualNetworkRuleInner withVirtualNetworkSubnetId(String virtualNetworkSubnetId)

Set the virtualNetworkSubnetId property: The ARM resource id of the virtual network subnet.

Parameters:

virtualNetworkSubnetId - the virtualNetworkSubnetId value to set.

Returns:

the VirtualNetworkRuleInner object itself.

Applies to