PrivateEndpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.signalr.models.PrivateEndpoint

public final class PrivateEndpoint

Private endpoint.

Constructor Summary

Constructor Description
PrivateEndpoint()

Creates an instance of PrivateEndpoint class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Full qualified Id of the private endpoint.

void validate()

Validates the instance.

PrivateEndpoint withId(String id)

Set the id property: Full qualified Id of the private endpoint.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpoint

public PrivateEndpoint()

Creates an instance of PrivateEndpoint class.

Method Details

id

public String id()

Get the id property: Full qualified Id of the private endpoint.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public PrivateEndpoint withId(String id)

Set the id property: Full qualified Id of the private endpoint.

Parameters:

id - the id value to set.

Returns:

the PrivateEndpoint object itself.

Applies to