RegistryEndpointSystemAssignedIdentityAuthentication 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 RegistryEndpointSystemAssignedIdentityAuthentication.
public RegistryEndpointSystemAssignedIdentityAuthentication(Azure.ResourceManager.IotOperations.Models.RegistryEndpointSystemAssignedManagedIdentitySettings systemAssignedManagedIdentitySettings);
new Azure.ResourceManager.IotOperations.Models.RegistryEndpointSystemAssignedIdentityAuthentication : Azure.ResourceManager.IotOperations.Models.RegistryEndpointSystemAssignedManagedIdentitySettings -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointSystemAssignedIdentityAuthentication
Public Sub New (systemAssignedManagedIdentitySettings As RegistryEndpointSystemAssignedManagedIdentitySettings)
Parameters
- systemAssignedManagedIdentitySettings
- RegistryEndpointSystemAssignedManagedIdentitySettings
System assigned managed identity properties.
Exceptions
systemAssignedManagedIdentitySettings is null.