SecretSetParameters 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
| SecretSetParameters() | |
| SecretSetParameters(String, IDictionary<String,String>, String, SecretAttributes) |
SecretSetParameters()
SecretSetParameters(String, IDictionary<String,String>, String, SecretAttributes)
- Source:
- SecretSetParameters.cs
public SecretSetParameters(string value, System.Collections.Generic.IDictionary<string,string> tags = default, string contentType = default, Microsoft.Azure.KeyVault.Models.SecretAttributes secretAttributes = default);
new Microsoft.Azure.KeyVault.Models.SecretSetParameters : string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.KeyVault.Models.SecretAttributes -> Microsoft.Azure.KeyVault.Models.SecretSetParameters
Public Sub New (value As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional contentType As String = Nothing, Optional secretAttributes As SecretAttributes = Nothing)
Parameters
- value
- System.String
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
- contentType
- System.String
- secretAttributes
- SecretAttributes