ArmIotOperationsModelFactory.RegistryEndpointSystemAssignedIdentityAuthentication 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.RegistryEndpointSystemAssignedIdentityAuthentication RegistryEndpointSystemAssignedIdentityAuthentication(string systemAssignedManagedIdentityAudience = default);
static member RegistryEndpointSystemAssignedIdentityAuthentication : string -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointSystemAssignedIdentityAuthentication
Public Shared Function RegistryEndpointSystemAssignedIdentityAuthentication (Optional systemAssignedManagedIdentityAudience As String = Nothing) As RegistryEndpointSystemAssignedIdentityAuthentication
Parameters
- systemAssignedManagedIdentityAudience
- String
Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.
Returns
A new RegistryEndpointSystemAssignedIdentityAuthentication instance for mocking.