Interface PrivateEndpointConnectionProxy


public interface PrivateEndpointConnectionProxy
An immutable client-side representation of PrivateEndpointConnectionProxy.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • etag

      String etag()
      Gets the etag property: ETag from NRP.
      Returns:
      the etag value.
    • remotePrivateEndpoint

      RemotePrivateEndpoint remotePrivateEndpoint()
      Gets the remotePrivateEndpoint property: Remote private endpoint details.
      Returns:
      the remotePrivateEndpoint value.
    • status

      String status()
      Gets the status property: Operation status.
      Returns:
      the status value.
    • provisioningState

      Gets the provisioningState property: The provisioning state of the private endpoint connection proxy resource.
      Returns:
      the provisioningState value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.deviceupdate.fluent.models.PrivateEndpointConnectionProxyInner object.
      Returns:
      the inner object.
    • update

      Begins update for the PrivateEndpointConnectionProxy resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      PrivateEndpointConnectionProxy refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.
    • validate

      void validate(PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy)
      (INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.
      Parameters:
      privateEndpointConnectionProxy - The parameters for creating a private endpoint connection proxy.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • validateWithResponse

      com.azure.core.http.rest.Response<Void> validateWithResponse(PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy, com.azure.core.util.Context context)
      (INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.
      Parameters:
      privateEndpointConnectionProxy - The parameters for creating a private endpoint connection proxy.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updatePrivateEndpointProperties

      void updatePrivateEndpointProperties(PrivateEndpointUpdate privateEndpointUpdate)
      (INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.
      Parameters:
      privateEndpointUpdate - The parameters for updating a private endpoint connection proxy.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updatePrivateEndpointPropertiesWithResponse

      com.azure.core.http.rest.Response<Void> updatePrivateEndpointPropertiesWithResponse(PrivateEndpointUpdate privateEndpointUpdate, com.azure.core.util.Context context)
      (INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.
      Parameters:
      privateEndpointUpdate - The parameters for updating a private endpoint connection proxy.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.