RemotePrivateEndpointConnectionArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. RemotePrivateEndpointConnectionArmResourceInner
- com.
- com.
- com.
public final class RemotePrivateEndpointConnectionArmResourceInner
extends ProxyOnlyResource
Remote Private Endpoint Connection ARM resource.
Constructor Summary
Constructor | Description |
---|---|
RemotePrivateEndpointConnectionArmResourceInner() |
Creates an instance of Remote |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Remote |
fromJson(JsonReader jsonReader)
Reads an instance of Remote |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
List<String> |
ipAddresses()
Get the ip |
String |
name()
Get the name property: The name of the resource. |
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: The type of the resource. |
void |
validate()
Validates the instance. |
Remote |
withIpAddresses(List<String> ipAddresses)
Set the ip |
Remote |
withKind(String kind)
Set the kind property: Kind of resource. |
Remote |
withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the private |
Remote |
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the private |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
RemotePrivateEndpointConnectionArmResourceInner
public RemotePrivateEndpointConnectionArmResourceInner()
Creates an instance of RemotePrivateEndpointConnectionArmResourceInner class.
Method Details
fromJson
public static RemotePrivateEndpointConnectionArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of RemotePrivateEndpointConnectionArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RemotePrivateEndpointConnectionArmResourceInner.id()Returns:
ipAddresses
public List
Get the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RemotePrivateEndpointConnectionArmResourceInner.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:
RemotePrivateEndpointConnectionArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RemotePrivateEndpointConnectionArmResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RemotePrivateEndpointConnectionArmResourceInner.validate()withIpAddresses
public RemotePrivateEndpointConnectionArmResourceInner withIpAddresses(List
Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
Parameters:
Returns:
withKind
public RemotePrivateEndpointConnectionArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
RemotePrivateEndpointConnectionArmResourceInner.withKind(String kind)Parameters:
withPrivateEndpoint
public RemotePrivateEndpointConnectionArmResourceInner withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public RemotePrivateEndpointConnectionArmResourceInner withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
Parameters:
Returns:
Applies to
Azure SDK for Java