ICloudHsmClusterProperties.Hsm Property
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.
An array of Cloud HSM Cluster's HSMs
[Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.Info(Create=false, Description="An array of Cloud HSM Cluster's HSMs", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmProperties) }, Read=true, ReadOnly=true, Required=false, SerializedName="hsms", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmProperties> Hsm { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.Info(Create=false, Description="An array of Cloud HSM Cluster's HSMs", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmProperties) }, Read=true, ReadOnly=true, Required=false, SerializedName="hsms", Update=false)>]
member this.Hsm : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmProperties>
Public ReadOnly Property Hsm As List(Of ICloudHsmProperties)
Property Value
- Attributes