NWRuleSetVirtualNetworkRules Class

  • java.lang.Object
    • com.azure.resourcemanager.servicebus.models.NWRuleSetVirtualNetworkRules

public final class NWRuleSetVirtualNetworkRules

Description of VirtualNetworkRules - NetworkRules resource.

Constructor Summary

Constructor Description
NWRuleSetVirtualNetworkRules()

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

NWRuleSetVirtualNetworkRules

public NWRuleSetVirtualNetworkRules()

Method Details

ignoreMissingVnetServiceEndpoint

public Boolean ignoreMissingVnetServiceEndpoint()

Get the ignoreMissingVnetServiceEndpoint property: Value that indicates whether to ignore missing VNet Service Endpoint.

Returns:

the ignoreMissingVnetServiceEndpoint value.

subnet

public Subnet subnet()

Get the subnet property: Subnet properties.

Returns:

the subnet value.

validate

public void validate()

Validates the instance.

withIgnoreMissingVnetServiceEndpoint

public NWRuleSetVirtualNetworkRules withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)

Set the ignoreMissingVnetServiceEndpoint property: Value that indicates whether to ignore missing VNet Service Endpoint.

Parameters:

ignoreMissingVnetServiceEndpoint - the ignoreMissingVnetServiceEndpoint value to set.

Returns:

the NWRuleSetVirtualNetworkRules object itself.

withSubnet

public NWRuleSetVirtualNetworkRules withSubnet(Subnet subnet)

Set the subnet property: Subnet properties.

Parameters:

subnet - the subnet value to set.

Returns:

the NWRuleSetVirtualNetworkRules object itself.

Applies to