Class ContentStoragePolicy


  • public final class ContentStoragePolicy
    extends com.azure.core.util.ExpandableStringEnum<ContentStoragePolicy>
    Defines values for ContentStoragePolicy.
    • Field Detail

      • SYSTEM_ACCOUNT

        public static final ContentStoragePolicy SYSTEM_ACCOUNT
        Static value SystemAccount for ContentStoragePolicy.
      • JOB_STORAGE_ACCOUNT

        public static final ContentStoragePolicy JOB_STORAGE_ACCOUNT
        Static value JobStorageAccount for ContentStoragePolicy.
    • Constructor Detail

      • ContentStoragePolicy

        public ContentStoragePolicy()
    • Method Detail

      • fromString

        public static ContentStoragePolicy fromString​(String name)
        Creates or finds a ContentStoragePolicy from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ContentStoragePolicy.