public final class NWRuleSetVirtualNetworkRules extends Object
| Constructor and Description |
|---|
NWRuleSetVirtualNetworkRules() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ignoreMissingVnetServiceEndpoint()
Get the ignoreMissingVnetServiceEndpoint property: Value that indicates whether to ignore missing VNet Service
Endpoint.
|
Subnet |
subnet()
Get the subnet property: Subnet properties.
|
void |
validate()
Validates the instance.
|
NWRuleSetVirtualNetworkRules |
withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)
Set the ignoreMissingVnetServiceEndpoint property: Value that indicates whether to ignore missing VNet Service
Endpoint.
|
NWRuleSetVirtualNetworkRules |
withSubnet(Subnet subnet)
Set the subnet property: Subnet properties.
|
public Subnet subnet()
public NWRuleSetVirtualNetworkRules withSubnet(Subnet subnet)
subnet - the subnet value to set.public Boolean ignoreMissingVnetServiceEndpoint()
public NWRuleSetVirtualNetworkRules withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)
ignoreMissingVnetServiceEndpoint - the ignoreMissingVnetServiceEndpoint value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.