ArmComputeModelFactory.RunCommandManagedIdentity(String, String) Method
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.
public static Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity RunCommandManagedIdentity(string clientId = default, string objectId = default);
static member RunCommandManagedIdentity : string * string -> Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity
Public Shared Function RunCommandManagedIdentity (Optional clientId As String = Nothing, Optional objectId As String = Nothing) As RunCommandManagedIdentity
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.
Returns
A new RunCommandManagedIdentity instance for mocking.