PrivateEndpointConnectionResourceInner Class

public final class PrivateEndpointConnectionResourceInner
extends SubResource

Private Endpoint Connection ARM resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionResourceInner()

Creates an instance of PrivateEndpointConnectionResourceInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Etag identifies change in the resource.

String name()

Get the name property: The resource name.

RemotePrivateEndpointConnection properties()

Get the properties property: Core resource properties.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

PrivateEndpointConnectionResourceInner withId(String id)
PrivateEndpointConnectionResourceInner withProperties(RemotePrivateEndpointConnection properties)

Set the properties property: Core resource properties.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionResourceInner

public PrivateEndpointConnectionResourceInner()

Creates an instance of PrivateEndpointConnectionResourceInner class.

Method Details

etag

public String etag()

Get the etag property: Etag identifies change in the resource.

Returns:

the etag value.

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

properties

public RemotePrivateEndpointConnection properties()

Get the properties property: Core resource properties.

Returns:

the properties 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 PrivateEndpointConnectionResourceInner withId(String id)

Overrides:

PrivateEndpointConnectionResourceInner.withId(String id)

Parameters:

id

withProperties

public PrivateEndpointConnectionResourceInner withProperties(RemotePrivateEndpointConnection properties)

Set the properties property: Core resource properties.

Parameters:

properties - the properties value to set.

Returns:

the PrivateEndpointConnectionResourceInner object itself.

Applies to