ICloudHsmIdentity.CloudHsmClusterName 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.
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.
[Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cloudHsmClusterName", Update=true)]
public string CloudHsmClusterName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cloudHsmClusterName", Update=true)>]
member this.CloudHsmClusterName : string with get, set
Public Property CloudHsmClusterName As String
Property Value
- Attributes