IConfigurationNameItem.Name 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 configuration names to be set in compute service environment.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The configuration names to be set in compute service environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IConfigurationName) }, Read=true, ReadOnly=false, Required=false, SerializedName="names", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IConfigurationName> Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The configuration names to be set in compute service environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IConfigurationName) }, Read=true, ReadOnly=false, Required=false, SerializedName="names", Update=true)>]
member this.Name : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IConfigurationName> with get, set
Public Property Name As List(Of IConfigurationName)
Property Value
- Attributes