Class ProtectableContainerResourceInner


  • public final class ProtectableContainerResourceInner
    extends com.azure.core.management.Resource
    Protectable Container Class.
    • Constructor Detail

      • ProtectableContainerResourceInner

        public ProtectableContainerResourceInner()
    • Method Detail

      • properties

        public ProtectableContainer properties()
        Get the properties property: ProtectableContainerResource properties.
        Returns:
        the properties value.
      • withProperties

        public ProtectableContainerResourceInner withProperties​(ProtectableContainer properties)
        Set the properties property: ProtectableContainerResource properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ProtectableContainerResourceInner object itself.
      • etag

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

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

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