IWorkloadsIdentity.DatabaseInstanceName 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.
Database resource name string modeled as parameter for auto generation to work correctly.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Database resource name string modeled as parameter for auto generation to work correctly.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseInstanceName")]
public string DatabaseInstanceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Database resource name string modeled as parameter for auto generation to work correctly.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseInstanceName")>]
member this.DatabaseInstanceName : string with get, set
Public Property DatabaseInstanceName As String
Property Value
- Attributes