ArmIotOperationsModelFactory.AkriConnectorsSecret Method
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.
public static Azure.ResourceManager.IotOperations.Models.AkriConnectorsSecret AkriConnectorsSecret(string secretKey = default, string secretAlias = default, string secretRef = default);
static member AkriConnectorsSecret : string * string * string -> Azure.ResourceManager.IotOperations.Models.AkriConnectorsSecret
Public Shared Function AkriConnectorsSecret (Optional secretKey As String = Nothing, Optional secretAlias As String = Nothing, Optional secretRef As String = Nothing) As AkriConnectorsSecret
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.
Returns
A new AkriConnectorsSecret instance for mocking.