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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET