NamedValueSecretContract 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
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.