Share via


NamedValueSecretContract Constructors

Definition

Overloads

NamedValueSecretContract()

Initializes a new instance of the NamedValueSecretContract class.

NamedValueSecretContract(String)

Initializes a new instance of the NamedValueSecretContract class.

NamedValueSecretContract()

Initializes a new instance of the NamedValueSecretContract class.

public NamedValueSecretContract ();
Public Sub New ()

Applies to

NamedValueSecretContract(String)

Initializes a new instance of the NamedValueSecretContract class.

public NamedValueSecretContract (string value = default);
new Microsoft.Azure.Management.ApiManagement.Models.NamedValueSecretContract : string -> Microsoft.Azure.Management.ApiManagement.Models.NamedValueSecretContract
Public Sub New (Optional value As String = Nothing)

Parameters

value
String

This is secret value of the NamedValue entity.

Applies to