Uses of Class
com.azure.resourcemanager.appnetwork.models.Origin
Packages that use Origin
Package
Description
Package containing the inner data models for Appnetwork.
Package containing the data models for Appnetwork.
-
Uses of Origin in com.azure.resourcemanager.appnetwork.fluent.models
Methods in com.azure.resourcemanager.appnetwork.fluent.models that return Origin -
Uses of Origin in com.azure.resourcemanager.appnetwork.models
Subclasses with type arguments of type Origin in com.azure.resourcemanager.appnetwork.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.appnetwork.models declared as OriginModifier and TypeFieldDescriptionstatic final OriginOrigin.SYSTEMIndicates the operation is initiated by a system.static final OriginOrigin.USERIndicates the operation is initiated by a user.static final OriginOrigin.USER_SYSTEMIndicates the operation is initiated by a user or system.Methods in com.azure.resourcemanager.appnetwork.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.appnetwork.models that return types with arguments of type OriginModifier and TypeMethodDescriptionstatic Collection<Origin> Origin.values()Gets known Origin values.