Class PrivateEndpointConnectionPropertiesPrivateEndpoint
- java.lang.Object
-
- com.azure.resourcemanager.search.models.PrivateEndpointConnectionPropertiesPrivateEndpoint
-
public final class PrivateEndpointConnectionPropertiesPrivateEndpoint extends Object
The private endpoint resource from Microsoft.Network provider.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionPropertiesPrivateEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The resource id of the private endpoint resource from Microsoft.Network provider.voidvalidate()Validates the instance.PrivateEndpointConnectionPropertiesPrivateEndpointwithId(String id)Set the id property: The resource id of the private endpoint resource from Microsoft.Network provider.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The resource id of the private endpoint resource from Microsoft.Network provider.- Returns:
- the id value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-