PrivateEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. PrivateEndpoint
- com.
public final class PrivateEndpoint
Private endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpoint() |
Creates an instance of Private |
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. |
|
Private |
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:
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:
Returns: