Class BackupEngineBaseResourceInner


  • public final class BackupEngineBaseResourceInner
    extends com.azure.core.management.Resource
    The base backup engine class. All workload specific backup engines derive from this class.
    • Constructor Detail

      • BackupEngineBaseResourceInner

        public BackupEngineBaseResourceInner()
    • Method Detail

      • properties

        public BackupEngineBase properties()
        Get the properties property: BackupEngineBaseResource properties.
        Returns:
        the properties value.
      • withProperties

        public BackupEngineBaseResourceInner withProperties​(BackupEngineBase properties)
        Set the properties property: BackupEngineBaseResource properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the BackupEngineBaseResourceInner object itself.
      • etag

        public String etag()
        Get the etag property: Optional ETag.
        Returns:
        the etag value.
      • withEtag

        public BackupEngineBaseResourceInner withEtag​(String etag)
        Set the etag property: Optional ETag.
        Parameters:
        etag - the etag value to set.
        Returns:
        the BackupEngineBaseResourceInner object itself.
      • validate

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