ComputeAutomationBaseCmdlet.ConvertFromObjectsToArguments 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.
protected static Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[] ConvertFromObjectsToArguments (string[] names, object[] objects);
static member ConvertFromObjectsToArguments : string[] * obj[] -> Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[]
Protected Shared Function ConvertFromObjectsToArguments (names As String(), objects As Object()) As PSArgument()
Parameters
- names
- String[]
- objects
- Object[]