PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

The private endpoint connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Modified whenever there is a change in the state of private endpoint connection.

static PrivateEndpointConnectionInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

PrivateEndpointConnectionProperties properties()

Get the properties property: Resource properties.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withEtag(String etag)

Set the etag property: Modified whenever there is a change in the state of private endpoint connection.

PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Resource properties.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Details

etag

public String etag()

Get the etag property: Modified whenever there is a change in the state of private endpoint connection.

Returns:

the etag value.

fromJson

public static PrivateEndpointConnectionInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PrivateEndpointConnectionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

PrivateEndpointConnectionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

PrivateEndpointConnectionInner.name()

Returns:

the name value.

properties

public PrivateEndpointConnectionProperties properties()

Get the properties property: Resource properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

PrivateEndpointConnectionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

PrivateEndpointConnectionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withEtag

public PrivateEndpointConnectionInner withEtag(String etag)

Set the etag property: Modified whenever there is a change in the state of private endpoint connection.

Parameters:

etag - the etag value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withProperties

public PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Resource properties.

Parameters:

properties - the properties value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to