ExtensionPropertiesAksAssignedIdentity Constructors
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.
Overloads
ExtensionPropertiesAksAssignedIdentity() |
Initializes a new instance of the ExtensionPropertiesAksAssignedIdentity class. |
ExtensionPropertiesAksAssignedIdentity(String, String, Nullable<AKSIdentityType>) |
Initializes a new instance of the ExtensionPropertiesAksAssignedIdentity class. |
ExtensionPropertiesAksAssignedIdentity()
Initializes a new instance of the ExtensionPropertiesAksAssignedIdentity class.
public ExtensionPropertiesAksAssignedIdentity ();
Public Sub New ()
Applies to
ExtensionPropertiesAksAssignedIdentity(String, String, Nullable<AKSIdentityType>)
Initializes a new instance of the ExtensionPropertiesAksAssignedIdentity class.
public ExtensionPropertiesAksAssignedIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.KubernetesConfiguration.Models.AKSIdentityType? type = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ExtensionPropertiesAksAssignedIdentity : string * string * Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Models.AKSIdentityType> -> Microsoft.Azure.Management.KubernetesConfiguration.Models.ExtensionPropertiesAksAssignedIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of AKSIdentityType) = Nothing)
Parameters
- principalId
- String
The principal ID of resource identity.
- tenantId
- String
The tenant ID of resource.
- type
- Nullable<AKSIdentityType>
The identity type. Possible values include: 'SystemAssigned', 'UserAssigned'