ModelExtensions.SetProperty(IExtensibleModel, String, String[]) Method

Definition

public static void SetProperty (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel model, string propertyKey, params string[] values);
static member SetProperty : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel * string * string[] -> unit
<Extension()>
Public Sub SetProperty (model As IExtensibleModel, propertyKey As String, ParamArray values As String())

Parameters

propertyKey
String
values
String[]

Applies to