PrivateEndpointConnectionPropertiesPrivateEndpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.search.models.PrivateEndpointConnectionPropertiesPrivateEndpoint

public final class PrivateEndpointConnectionPropertiesPrivateEndpoint

The private endpoint resource from Microsoft.Network provider.

Constructor Summary

Constructor Description
PrivateEndpointConnectionPropertiesPrivateEndpoint()

Creates an instance of PrivateEndpointConnectionPropertiesPrivateEndpoint class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The resource id of the private endpoint resource from Microsoft.Network provider.

void validate()

Validates the instance.

PrivateEndpointConnectionPropertiesPrivateEndpoint withId(String id)

Set the id property: The resource id of the private endpoint resource from Microsoft.Network provider.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionPropertiesPrivateEndpoint

public PrivateEndpointConnectionPropertiesPrivateEndpoint()

Creates an instance of PrivateEndpointConnectionPropertiesPrivateEndpoint class.

Method Details

id

public String id()

Get the id property: The resource id of the private endpoint resource from Microsoft.Network provider.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public PrivateEndpointConnectionPropertiesPrivateEndpoint withId(String id)

Set the id property: The resource id of the private endpoint resource from Microsoft.Network provider.

Parameters:

id - the id value to set.

Returns:

the PrivateEndpointConnectionPropertiesPrivateEndpoint object itself.

Applies to