Class RemotePrivateEndpointConnectionArmResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.RemotePrivateEndpointConnectionArmResourceInner

public final class RemotePrivateEndpointConnectionArmResourceInner extends ProxyOnlyResource
Remote Private Endpoint Connection ARM resource.
  • Constructor Details

    • RemotePrivateEndpointConnectionArmResourceInner

      public RemotePrivateEndpointConnectionArmResourceInner()
  • Method Details

    • withKind

      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • privateEndpoint

      public ArmIdWrapper privateEndpoint()
      Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
      Returns:
      the privateEndpoint value.
    • withPrivateEndpoint

      public RemotePrivateEndpointConnectionArmResourceInner withPrivateEndpoint(ArmIdWrapper privateEndpoint)
      Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
      Parameters:
      privateEndpoint - the privateEndpoint value to set.
      Returns:
      the RemotePrivateEndpointConnectionArmResourceInner object itself.
    • privateLinkServiceConnectionState

      public PrivateLinkConnectionState privateLinkServiceConnectionState()
      Get the privateLinkServiceConnectionState property: The state of a private link connection.
      Returns:
      the privateLinkServiceConnectionState value.
    • withPrivateLinkServiceConnectionState

      public RemotePrivateEndpointConnectionArmResourceInner withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
      Set the privateLinkServiceConnectionState property: The state of a private link connection.
      Parameters:
      privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.
      Returns:
      the RemotePrivateEndpointConnectionArmResourceInner object itself.
    • ipAddresses

      public List<String> ipAddresses()
      Get the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
      Returns:
      the ipAddresses value.
    • withIpAddresses

      public RemotePrivateEndpointConnectionArmResourceInner withIpAddresses(List<String> ipAddresses)
      Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
      Parameters:
      ipAddresses - the ipAddresses value to set.
      Returns:
      the RemotePrivateEndpointConnectionArmResourceInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.