NWRuleSetVirtualNetworkRules Class

  • java.lang.Object
    • com.microsoft.azure.management.eventhub.NWRuleSetVirtualNetworkRules

public class NWRuleSetVirtualNetworkRules

Description of VirtualNetworkRules - NetworkRules resource.

Constructor Summary

Constructor Description
NWRuleSetVirtualNetworkRules()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean ignoreMissingVnetServiceEndpoint()

Get value that indicates whether to ignore missing VNet Service Endpoint.

Subnet subnet()

Get subnet properties.

NWRuleSetVirtualNetworkRules withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)

Set value that indicates whether to ignore missing VNet Service Endpoint.

NWRuleSetVirtualNetworkRules withSubnet(Subnet subnet)

Set subnet properties.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NWRuleSetVirtualNetworkRules

public NWRuleSetVirtualNetworkRules()

Method Details

ignoreMissingVnetServiceEndpoint

public Boolean ignoreMissingVnetServiceEndpoint()

Get value that indicates whether to ignore missing VNet Service Endpoint.

Returns:

the ignoreMissingVnetServiceEndpoint value

subnet

public Subnet subnet()

Get subnet properties.

Returns:

the subnet value

withIgnoreMissingVnetServiceEndpoint

public NWRuleSetVirtualNetworkRules withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint)

Set 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 subnet properties.

Parameters:

subnet - the subnet value to set

Returns:

the NWRuleSetVirtualNetworkRules object itself.

Applies to