Bagikan melalui


NamedValueEntityBaseParameters Constructors

Definition

Overloads

NamedValueEntityBaseParameters()

Initializes a new instance of the NamedValueEntityBaseParameters class.

NamedValueEntityBaseParameters(IList<String>, Nullable<Boolean>)

Initializes a new instance of the NamedValueEntityBaseParameters class.

NamedValueEntityBaseParameters()

Initializes a new instance of the NamedValueEntityBaseParameters class.

public NamedValueEntityBaseParameters ();
Public Sub New ()

Applies to

NamedValueEntityBaseParameters(IList<String>, Nullable<Boolean>)

Initializes a new instance of the NamedValueEntityBaseParameters class.

public NamedValueEntityBaseParameters (System.Collections.Generic.IList<string> tags = default, bool? secret = default);
new Microsoft.Azure.Management.ApiManagement.Models.NamedValueEntityBaseParameters : System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.NamedValueEntityBaseParameters
Public Sub New (Optional tags As IList(Of String) = Nothing, Optional secret As Nullable(Of Boolean) = Nothing)

Parameters

tags
IList<String>

Optional tags that when provided can be used to filter the NamedValue list.

secret
Nullable<Boolean>

Determines whether the value is a secret and should be encrypted or not. Default value is false.

Applies to