ManagedClusterPropertiesIdentityProfileValue 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
ManagedClusterPropertiesIdentityProfileValue() |
Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class. |
ManagedClusterPropertiesIdentityProfileValue(String, String, String) |
Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class. |
ManagedClusterPropertiesIdentityProfileValue()
Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.
public ManagedClusterPropertiesIdentityProfileValue ();
Public Sub New ()
Applies to
ManagedClusterPropertiesIdentityProfileValue(String, String, String)
Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.
public ManagedClusterPropertiesIdentityProfileValue (string resourceId = default, string clientId = default, string objectId = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue : string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue
Public Sub New (Optional resourceId As String = Nothing, Optional clientId As String = Nothing, Optional objectId As String = Nothing)
Parameters
- resourceId
- String
The resource id of the user assigned identity.
- clientId
- String
The client id of the user assigned identity.
- objectId
- String
The object id of the user assigned identity.
Applies to
Azure SDK for .NET