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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET