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

ApiEntityReference Class

Definition

The API entity reference.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.ApiEntityReferenceTypeConverter))]
public class ApiEntityReference : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IApiEntityReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.ApiEntityReferenceTypeConverter))>]
type ApiEntityReference = class
    interface IApiEntityReference
    interface IJsonSerializable
Public Class ApiEntityReference
Implements IApiEntityReference
Inheritance
ApiEntityReference
Attributes
Implements

Constructors

ApiEntityReference()

Creates an new ApiEntityReference instance.

Properties

Id

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiEntityReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiEntityReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IApiEntityReference.

FromJsonString(String)

Creates a new instance of ApiEntityReference, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiEntityReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to