PrivateEndpointConnectionPropertiesPrivateEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. search. models. PrivateEndpointConnectionPropertiesPrivateEndpoint
- com.
Implements
public final class PrivateEndpointConnectionPropertiesPrivateEndpoint
implements JsonSerializable<PrivateEndpointConnectionPropertiesPrivateEndpoint>
The private endpoint resource from Microsoft.Network provider.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionPropertiesPrivateEndpoint() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
id()
Get the id property: The resource id of the private endpoint resource from Microsoft. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withId(String id)
Set the id property: The resource id of the private endpoint resource from Microsoft. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionPropertiesPrivateEndpoint
public PrivateEndpointConnectionPropertiesPrivateEndpoint()
Creates an instance of PrivateEndpointConnectionPropertiesPrivateEndpoint class.
Method Details
fromJson
public static PrivateEndpointConnectionPropertiesPrivateEndpoint fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionPropertiesPrivateEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The resource id of the private endpoint resource from Microsoft.Network provider.
Returns:
toJson
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:
Returns:
Applies to
Azure SDK for Java