ManagedClusterAddonProfileIdentity Class
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.
Information of user assigned identity used by this add-on.
public class ManagedClusterAddonProfileIdentity : Microsoft.Azure.Management.ContainerService.Models.UserAssignedIdentity
type ManagedClusterAddonProfileIdentity = class
inherit UserAssignedIdentity
Public Class ManagedClusterAddonProfileIdentity
Inherits UserAssignedIdentity
- Inheritance
Constructors
ManagedClusterAddonProfileIdentity() |
Initializes a new instance of the ManagedClusterAddonProfileIdentity class. |
ManagedClusterAddonProfileIdentity(String, String, String) |
Initializes a new instance of the ManagedClusterAddonProfileIdentity class. |
Properties
ClientId |
Gets or sets the client ID of the user assigned identity. (Inherited from UserAssignedIdentity) |
ObjectId |
Gets or sets the object ID of the user assigned identity. (Inherited from UserAssignedIdentity) |
ResourceId |
Gets or sets the resource ID of the user assigned identity. (Inherited from UserAssignedIdentity) |