Condividi tramite


DataflowEndpointAuthenticationServiceAccountToken(String) Constructor

Definition

Initializes a new instance of DataflowEndpointAuthenticationServiceAccountToken.

public DataflowEndpointAuthenticationServiceAccountToken(string audience);
new Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken : string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken
Public Sub New (audience As String)

Parameters

audience
String

Audience of the service account. Optional, defaults to the broker internal service account audience.

Exceptions

audience is null.

Applies to