PrivateEndpointProperty Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.PrivateEndpointProperty

public final class PrivateEndpointProperty

Private endpoint which the connection belongs to.

Constructor Summary

Constructor Description
PrivateEndpointProperty()

Creates an instance of PrivateEndpointProperty class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Resource id of the private endpoint.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointProperty

public PrivateEndpointProperty()

Creates an instance of PrivateEndpointProperty class.

Method Details

id

public String id()

Get the id property: Resource id of the private endpoint.

Returns:

the id value.

validate

public void validate()

Validates the instance.

Applies to