VirtualNetworkRuleInner Class

public final class VirtualNetworkRuleInner
extends SubResource

Data Lake Store virtual network rule information.

Constructor Summary

Constructor Description
VirtualNetworkRuleInner()

Creates an instance of VirtualNetworkRuleInner class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The resource name.

String subnetId()

Get the subnetId property: The resource identifier for the subnet.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

VirtualNetworkRuleInner withId(String id)

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkRuleInner

public VirtualNetworkRuleInner()

Creates an instance of VirtualNetworkRuleInner class.

Method Details

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

subnetId

public String subnetId()

Get the subnetId property: The resource identifier for the subnet.

Returns:

the subnetId value.

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withId

public VirtualNetworkRuleInner withId(String id)

Overrides:

VirtualNetworkRuleInner.withId(String id)

Parameters:

id

Applies to