IDataManifestResourceFunctionsDefinition.Standard 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 standard resource functions (subscription and/or resourceGroup).
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The standard resource functions (subscription and/or resourceGroup).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="standard", Update=true)]
public System.Collections.Generic.List<string> Standard { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The standard resource functions (subscription and/or resourceGroup).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="standard", Update=true)>]
member this.Standard : System.Collections.Generic.List<string> with get, set
Public Property Standard As List(Of String)
Property Value
- Attributes