DedicatedHsmProperties 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.
Properties of the dedicated hsm
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmPropertiesTypeConverter))]
public class DedicatedHsmProperties : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmPropertiesTypeConverter))>]
type DedicatedHsmProperties = class
interface IDedicatedHsmProperties
interface IJsonSerializable
Public Class DedicatedHsmProperties
Implements IDedicatedHsmProperties
- Inheritance
-
DedicatedHsmProperties
- Attributes
- Implements
Constructors
DedicatedHsmProperties() |
Creates an new DedicatedHsmProperties instance. |
Properties
ManagementNetworkProfileNetworkInterface |
Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. |
ManagementNetworkProfileSubnetId |
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... |
NetworkProfileNetworkInterface |
Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. |
NetworkProfileSubnetId |
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... |
ProvisioningState |
Provisioning state. |
StampId |
This field will be used when RP does not support Availability zones. |
StatusMessage |
Resource Status Message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmProperties. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |