你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.