FullBackupRestoreCmdletBase.HsmName 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.
[System.Management.Automation.Parameter(HelpMessage="Name of the HSM.", Mandatory=true, ParameterSetName="InteractiveStorageUri", Position=1)]
[System.Management.Automation.Parameter(HelpMessage="Name of the HSM.", Mandatory=true, ParameterSetName="InteractiveStorageName", Position=1)]
public string HsmName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Name of the HSM.", Mandatory=true, ParameterSetName="InteractiveStorageUri", Position=1)>]
[<System.Management.Automation.Parameter(HelpMessage="Name of the HSM.", Mandatory=true, ParameterSetName="InteractiveStorageName", Position=1)>]
member this.HsmName : string with get, set
Public Property HsmName As String
Property Value
- Attributes