ResourceNameCompleterAttribute.CreateScriptBlock(String, String[]) 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.
public static System.Management.Automation.ScriptBlock CreateScriptBlock (string resourceType, string[] parentResourceNames);
static member CreateScriptBlock : string * string[] -> System.Management.Automation.ScriptBlock
Public Shared Function CreateScriptBlock (resourceType As String, parentResourceNames As String()) As ScriptBlock
Parameters
- resourceType
- String
- parentResourceNames
- String[]