Class AzureFileShareProvisionIlrRequest

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.IlrRequest
com.azure.resourcemanager.recoveryservicesbackup.models.AzureFileShareProvisionIlrRequest

public final class AzureFileShareProvisionIlrRequest extends IlrRequest
Update snapshot Uri with the correct friendly Name of the source Azure file share.
  • Constructor Details

    • AzureFileShareProvisionIlrRequest

      public AzureFileShareProvisionIlrRequest()
      Creates an instance of AzureFileShareProvisionIlrRequest class.
  • Method Details

    • recoveryPointId

      public String recoveryPointId()
      Get the recoveryPointId property: Recovery point ID.
      Returns:
      the recoveryPointId value.
    • withRecoveryPointId

      public AzureFileShareProvisionIlrRequest withRecoveryPointId(String recoveryPointId)
      Set the recoveryPointId property: Recovery point ID.
      Parameters:
      recoveryPointId - the recoveryPointId value to set.
      Returns:
      the AzureFileShareProvisionIlrRequest object itself.
    • sourceResourceId

      public String sourceResourceId()
      Get the sourceResourceId property: Source Storage account ARM Id.
      Returns:
      the sourceResourceId value.
    • withSourceResourceId

      public AzureFileShareProvisionIlrRequest withSourceResourceId(String sourceResourceId)
      Set the sourceResourceId property: Source Storage account ARM Id.
      Parameters:
      sourceResourceId - the sourceResourceId value to set.
      Returns:
      the AzureFileShareProvisionIlrRequest object itself.
    • validate

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