ArmIotOperationsModelFactory.RegistryEndpointUserAssignedManagedIdentitySettings 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.RegistryEndpointUserAssignedManagedIdentitySettings RegistryEndpointUserAssignedManagedIdentitySettings(string clientId = default, string scope = default, string tenantId = default);
static member RegistryEndpointUserAssignedManagedIdentitySettings : string * string * string -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointUserAssignedManagedIdentitySettings
Public Shared Function RegistryEndpointUserAssignedManagedIdentitySettings (Optional clientId As String = Nothing, Optional scope As String = Nothing, Optional tenantId As String = Nothing) As RegistryEndpointUserAssignedManagedIdentitySettings
Parameters
- clientId
- String
Client ID for the user-assigned managed identity.
- scope
- String
Resource identifier (application ID URI) of the resource, affixed with the .default suffix.
- tenantId
- String
Tenant ID.
Returns
A new RegistryEndpointUserAssignedManagedIdentitySettings instance for mocking.