IRegenerateTestKeyRequestPayload.KeyType 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.
Type of the test key
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Type of the test key", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TestKeyType) }, ReadOnly=false, Required=true, SerializedName="keyType")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TestKeyType KeyType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Type of the test key", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TestKeyType) }, ReadOnly=false, Required=true, SerializedName="keyType")>]
member this.KeyType : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TestKeyType with get, set
Public Property KeyType As TestKeyType
Property Value
- Attributes