Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IComputeIdentity Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.Compute.Models
Assembly:
Az.Compute.private.dll

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.ComputeIdentityTypeConverter))]
public interface IComputeIdentity : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.ComputeIdentityTypeConverter))>]
type IComputeIdentity = interface
 interface IJsonSerializable
Public Interface IComputeIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CommandId

The command id.

GalleryApplicationName

The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

GalleryApplicationVersionName
GalleryImageName

The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

GalleryImageVersionName
GalleryName

The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters.

Id

Resource identity path

InstanceId

The instance ID of the virtual machine.

Location

The location upon which run commands is queried.

OperationId

The ID of an ongoing async operation.

ResourceGroupName

The name of the resource group.

RunCommandName

The name of the virtual machine run command.

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

VMName

The name of the virtual machine where the run command should be created or updated.

VMScaleSetName

The name of the VM scale set.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to