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 : Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfileIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfileIdentity>
public class ManagedClusterAddonProfileIdentity : Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity
type ManagedClusterAddonProfileIdentity = class
inherit ContainerServiceUserAssignedIdentity
interface IJsonModel<ManagedClusterAddonProfileIdentity>
interface IPersistableModel<ManagedClusterAddonProfileIdentity>
type ManagedClusterAddonProfileIdentity = class
inherit ContainerServiceUserAssignedIdentity
Public Class ManagedClusterAddonProfileIdentity
Inherits ContainerServiceUserAssignedIdentity
Implements IJsonModel(Of ManagedClusterAddonProfileIdentity), IPersistableModel(Of ManagedClusterAddonProfileIdentity)
Public Class ManagedClusterAddonProfileIdentity
Inherits ContainerServiceUserAssignedIdentity
- Inheritance
- Implements
Constructors
ManagedClusterAddonProfileIdentity() |
Initializes a new instance of ManagedClusterAddonProfileIdentity. |
Properties
ClientId |
The client ID of the user assigned identity. (Inherited from ContainerServiceUserAssignedIdentity) |
ObjectId |
The object ID of the user assigned identity. (Inherited from ContainerServiceUserAssignedIdentity) |
ResourceId |
The resource ID of the user assigned identity. (Inherited from ContainerServiceUserAssignedIdentity) |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET