IComputeIdentity Interface

Definition

[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

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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to