DedicatedHsmIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.DedicatedHsmIdentityTypeConverter))]
public class DedicatedHsmIdentity : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.IDedicatedHsmIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.DedicatedHsmIdentityTypeConverter))>]
type DedicatedHsmIdentity = class
interface IDedicatedHsmIdentity
interface IJsonSerializable
Public Class DedicatedHsmIdentity
Implements IDedicatedHsmIdentity
- Inheritance
-
DedicatedHsmIdentity
- Attributes
- Implements
Constructors
DedicatedHsmIdentity() |
Creates an new DedicatedHsmIdentity instance. |
Properties
Id |
Resource identity path |
Name |
Name of the dedicated Hsm |
ResourceGroupName |
The name of the Resource Group to which the resource belongs. |
SubscriptionId |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.IDedicatedHsmIdentity. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |