IParameterDefinitionsValueMetadata.StrongType 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.
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="strongType", Update=true)]
public string StrongType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="strongType", Update=true)>]
member this.StrongType : string with get, set
Public Property StrongType As String
Property Value
- Attributes