Uses of Class
com.azure.resourcemanager.compute.models.RunCommandManagedIdentity
Packages that use RunCommandManagedIdentity
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RunCommandManagedIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RunCommandManagedIdentityModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.errorBlobManagedIdentity()Get the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandProperties.errorBlobManagedIdentity()Get the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandInner.outputBlobManagedIdentity()Get the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandProperties.outputBlobManagedIdentity()Get the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RunCommandManagedIdentityModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.withErrorBlobManagedIdentity(RunCommandManagedIdentity errorBlobManagedIdentity) Set the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandProperties.withErrorBlobManagedIdentity(RunCommandManagedIdentity errorBlobManagedIdentity) Set the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandInner.withOutputBlobManagedIdentity(RunCommandManagedIdentity outputBlobManagedIdentity) Set the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandProperties.withOutputBlobManagedIdentity(RunCommandManagedIdentity outputBlobManagedIdentity) Set the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob. -
Uses of RunCommandManagedIdentity in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RunCommandManagedIdentityModifier and TypeClassDescriptionfinal classContains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command.Methods in com.azure.resourcemanager.compute.models that return RunCommandManagedIdentityModifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.errorBlobManagedIdentity()Get the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.static RunCommandManagedIdentityRunCommandManagedIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunCommandManagedIdentity from the JsonReader.VirtualMachineRunCommandUpdate.outputBlobManagedIdentity()Get the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandScriptSource.scriptUriManagedIdentity()Get the scriptUriManagedIdentity property: User-assigned managed identity that has access to scriptUri in case of Azure storage blob.RunCommandManagedIdentity.withClientId(String clientId) Set the clientId property: Client Id (GUID value) of the user-assigned managed identity.RunCommandManagedIdentity.withObjectId(String objectId) Set the objectId property: Object Id (GUID value) of the user-assigned managed identity.Methods in com.azure.resourcemanager.compute.models with parameters of type RunCommandManagedIdentityModifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withErrorBlobManagedIdentity(RunCommandManagedIdentity errorBlobManagedIdentity) Set the errorBlobManagedIdentity property: User-assigned managed identity that has access to errorBlobUri storage blob.VirtualMachineRunCommandUpdate.withOutputBlobManagedIdentity(RunCommandManagedIdentity outputBlobManagedIdentity) Set the outputBlobManagedIdentity property: User-assigned managed identity that has access to outputBlobUri storage blob.VirtualMachineRunCommandScriptSource.withScriptUriManagedIdentity(RunCommandManagedIdentity scriptUriManagedIdentity) Set the scriptUriManagedIdentity property: User-assigned managed identity that has access to scriptUri in case of Azure storage blob.