Megosztás a következőn keresztül:


ArmSqlModelFactory.RecommendedActionImplementationInfo Method

Definition

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