RemotePrivateEndpointConnection Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. models. RemotePrivateEndpointConnection
- com.
- com.
public final class RemotePrivateEndpointConnection
extends ProxyOnlyResource
A remote private endpoint connection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Remote |
fromJson(JsonReader jsonReader)
Reads an instance of Remote |
| String |
id()
Get the id property: Resource Id. |
| List<String> |
ipAddresses()
Get the ip |
| String |
name()
Get the name property: Resource Name. |
|
Arm |
privateEndpoint()
Get the private |
|
Private |
privateLinkServiceConnectionState()
Get the private |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static RemotePrivateEndpointConnection fromJson(JsonReader jsonReader)
Reads an instance of RemotePrivateEndpointConnection from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
RemotePrivateEndpointConnection.id()Returns:
ipAddresses
public List<String> ipAddresses()
Get the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
RemotePrivateEndpointConnection.name()Returns:
privateEndpoint
public ArmIdWrapper privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
Returns:
privateLinkServiceConnectionState
public PrivateLinkConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioningState property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RemotePrivateEndpointConnection.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
RemotePrivateEndpointConnection.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RemotePrivateEndpointConnection.validate()