Uses of Enum
com.azure.resourcemanager.sql.models.ImplementationMethod
Packages that use ImplementationMethod
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of ImplementationMethod in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ImplementationMethod in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumGets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.Methods in com.azure.resourcemanager.sql.models that return ImplementationMethodModifier and TypeMethodDescriptionstatic ImplementationMethodImplementationMethod.fromString(String value) Parses a serialized value to a ImplementationMethod instance.RecommendedActionImplementationInfo.method()Get the method property: Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.static ImplementationMethodReturns the enum constant of this type with the specified name.static ImplementationMethod[]ImplementationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.