IExportResource.NamePattern 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 name pattern of the Terraform resources
[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The name pattern of the Terraform resources", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="namePattern", Update=true)]
public string NamePattern { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The name pattern of the Terraform resources", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="namePattern", Update=true)>]
member this.NamePattern : string with get, set
Public Property NamePattern As String
Property Value
- Attributes