SecretSetParameters Constructors

Definition

Overloads

SecretSetParameters()

Source:
SecretSetParameters.cs
public SecretSetParameters();
Public Sub New ()

Applies to

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

Applies to