ArmSqlModelFactory.RecommendedActionImplementationInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RecommendedActionImplementationInfo.
public static Azure.ResourceManager.Sql.Models.RecommendedActionImplementationInfo RecommendedActionImplementationInfo (Azure.ResourceManager.Sql.Models.ImplementationMethod? method = default, string script = default);
static member RecommendedActionImplementationInfo : Nullable<Azure.ResourceManager.Sql.Models.ImplementationMethod> * string -> Azure.ResourceManager.Sql.Models.RecommendedActionImplementationInfo
Public Shared Function RecommendedActionImplementationInfo (Optional method As Nullable(Of ImplementationMethod) = Nothing, Optional script As String = Nothing) As RecommendedActionImplementationInfo
Parameters
- method
- Nullable<ImplementationMethod>
Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.
- script
- String
Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.
Returns
A new RecommendedActionImplementationInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET