SessionPoolManagedIdentitySetting(String) 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 SessionPoolManagedIdentitySetting.
public SessionPoolManagedIdentitySetting(string identity);
new Azure.ResourceManager.AppContainers.Models.SessionPoolManagedIdentitySetting : string -> Azure.ResourceManager.AppContainers.Models.SessionPoolManagedIdentitySetting
Public Sub New (identity As String)
Parameters
- identity
- String
The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity.
Exceptions
identity
is null.