Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.Origin
Packages that use Origin
Package
Description
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of Origin in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return Origin -
Uses of Origin in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type Origin in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classThe intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as OriginModifier and TypeFieldDescriptionstatic final OriginOrigin.SYSTEMStatic value system for Origin.static final OriginOrigin.USERStatic value user for Origin.static final OriginOrigin.USER_SYSTEMStatic value user,system for Origin.Methods in com.azure.resourcemanager.hdinsight.containers.models that return OriginModifier and TypeMethodDescriptionstatic OriginOrigin.fromString(String name) Creates or finds a Origin from its string representation.Operation.origin()Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type OriginModifier and TypeMethodDescriptionstatic Collection<Origin> Origin.values()Gets known Origin values.