AkriConnectorsSecret(String, String, String) Constructor
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.
Initializes a new instance of AkriConnectorsSecret.
public AkriConnectorsSecret(string secretKey, string secretAlias, string secretRef);
new Azure.ResourceManager.IotOperations.Models.AkriConnectorsSecret : string * string * string -> Azure.ResourceManager.IotOperations.Models.AkriConnectorsSecret
Public Sub New (secretKey As String, secretAlias As String, secretRef As String)
Parameters
- secretKey
- String
The key in the secret to be mounted.
- secretAlias
- String
The application-defined alias for the secret.
- secretRef
- String
The name of the secret to be mounted.
Exceptions
secretKey, secretAlias or secretRef is null.