Uses of Class
com.azure.resourcemanager.sql.models.OperationOrigin
-
Packages that use OperationOrigin Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of OperationOrigin in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return OperationOrigin Modifier and Type Method Description OperationOriginOperationInner. origin()Get the origin property: The intended executor of the operation. -
Uses of OperationOrigin in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as OperationOrigin Modifier and Type Field Description static OperationOriginOperationOrigin. SYSTEMStatic value system for OperationOrigin.static OperationOriginOperationOrigin. USERStatic value user for OperationOrigin.Methods in com.azure.resourcemanager.sql.models that return OperationOrigin Modifier and Type Method Description static OperationOriginOperationOrigin. fromString(String name)Creates or finds a OperationOrigin from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type OperationOrigin Modifier and Type Method Description static Collection<OperationOrigin>OperationOrigin. values()
-