AllowedConnectionsResourceInner Class

public final class AllowedConnectionsResourceInner
extends ProxyResource

The resource whose properties describes the allowed traffic between Azure resources.

Constructor Summary

Constructor Description
AllowedConnectionsResourceInner()

Creates an instance of AllowedConnectionsResourceInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime calculatedDateTime()

Get the calculatedDateTime property: The UTC time on which the allowed connections resource was calculated.

List<ConnectableResource> connectableResources()

Get the connectableResources property: List of connectable resources.

String location()

Get the location property: Location where the resource is stored.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

AllowedConnectionsResourceInner

public AllowedConnectionsResourceInner()

Creates an instance of AllowedConnectionsResourceInner class.

Method Details

calculatedDateTime

public OffsetDateTime calculatedDateTime()

Get the calculatedDateTime property: The UTC time on which the allowed connections resource was calculated.

Returns:

the calculatedDateTime value.

connectableResources

public List connectableResources()

Get the connectableResources property: List of connectable resources.

Returns:

the connectableResources value.

location

public String location()

Get the location property: Location where the resource is stored.

Returns:

the location value.

validate

public void validate()

Validates the instance.

Applies to