IRegenerateKeyRequest.KeyName 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 key to regenerate.
[Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="The key to regenerate.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyName) }, ReadOnly=false, Required=true, SerializedName="keyName")]
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyName KeyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="The key to regenerate.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyName) }, ReadOnly=false, Required=true, SerializedName="keyName")>]
member this.KeyName : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyName with get, set
Public Property KeyName As KeyName
Property Value
- Attributes