IComputeIdentity Interface
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.
[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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |