NamedValueEntityBaseParameters Constructors
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.
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
Determines whether the value is a secret and should be encrypted or not. Default value is false.
Applies to
Azure SDK for .NET