RunCommandManagedIdentity 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
RunCommandManagedIdentity() |
Initializes a new instance of the RunCommandManagedIdentity class. |
RunCommandManagedIdentity(String, String) |
Initializes a new instance of the RunCommandManagedIdentity class. |
RunCommandManagedIdentity()
Initializes a new instance of the RunCommandManagedIdentity class.
public RunCommandManagedIdentity ();
Public Sub New ()
Applies to
RunCommandManagedIdentity(String, String)
Initializes a new instance of the RunCommandManagedIdentity class.
public RunCommandManagedIdentity (string clientId = default, string objectId = default);
new Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity : string * string -> Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity
Public Sub New (Optional clientId As String = Nothing, Optional objectId As String = Nothing)
Parameters
- clientId
- String
Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
- objectId
- String
Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
Applies to
Azure SDK for .NET