通过


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

IDeviceUpdateIdentity Interface

Definition

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

Properties

Name Description
AccountName

Account name.

GroupId

The group ID of the private link resource.

Id

Resource identity path

InstanceName

Instance name.

PrivateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource

PrivateEndpointConnectionProxyId

The ID of the private endpoint connection proxy object.

ResourceGroupName

The resource group name.

SubscriptionId

The Azure subscription ID.

Methods

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

Applies to