ApiEntityReference Class
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.
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. |