Class ApplicationSharingPolicy

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationSharingPolicy>
com.azure.resourcemanager.machinelearning.models.ApplicationSharingPolicy

public final class ApplicationSharingPolicy extends com.azure.core.util.ExpandableStringEnum<ApplicationSharingPolicy>
Sharing policy for applications on this compute instance Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
  • Field Details

  • Constructor Details

    • ApplicationSharingPolicy

      @Deprecated public ApplicationSharingPolicy()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ApplicationSharingPolicy value.
  • Method Details

    • fromString

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

      public static Collection<ApplicationSharingPolicy> values()
      Gets known ApplicationSharingPolicy values.
      Returns:
      known ApplicationSharingPolicy values.