你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStackHcivmIdentity Interface

Definition

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

Properties

ExtensionName

The name of the machine extension.

ExtensionType

The extensionType of the Extension being received.

GalleryImageName

Name of the gallery image

Id

Resource identity path

Location

The location of the Extension being received.

LogicalNetworkName

Name of the logical network

MachineName

The name of the hybrid machine.

MarketplaceGalleryImageName

Name of the marketplace gallery image

MetadataName

Name of the HybridIdentityMetadata.

NetworkInterfaceName

Name of the network interface

OSType

Defines the os type.

Publisher

The publisher of the Extension being received.

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceUri

The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.

StorageContainerName

Name of the storage container

SubscriptionId

The ID of the target subscription.

Version

The version of the Extension being received.

VirtualHardDiskName

Name of the virtual hard disk

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to