ICloudHsmIdentity Interface
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.CloudHsm.Models.CloudHsmIdentityTypeConverter))]
public interface ICloudHsmIdentity : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.CloudHsmIdentityTypeConverter))>]
type ICloudHsmIdentity = interface
interface IJsonSerializable
Public Interface ICloudHsmIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CloudHsmClusterName |
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length. |
| Id |
Resource identity path |
| JobId |
The id returned as part of the backup request |
| PeConnectionName |
Name of the private endpoint connection associated with the Cloud HSM Cluster. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |