ArmIotOperationsModelFactory.AkriConnectorsServiceAccountAuthentication 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.AkriConnectorsServiceAccountAuthentication AkriConnectorsServiceAccountAuthentication(string serviceAccountTokenAudience = default);
static member AkriConnectorsServiceAccountAuthentication : string -> Azure.ResourceManager.IotOperations.Models.AkriConnectorsServiceAccountAuthentication
Public Shared Function AkriConnectorsServiceAccountAuthentication (Optional serviceAccountTokenAudience As String = Nothing) As AkriConnectorsServiceAccountAuthentication
Parameters
- serviceAccountTokenAudience
- String
The audience for the service account token.
Returns
A new AkriConnectorsServiceAccountAuthentication instance for mocking.
Exceptions
serviceAccountTokenAudience is null.