IArcConnectivityProperties.ServiceConfiguration Property

Definition

Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IServiceConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IServiceConfiguration> ServiceConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IServiceConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceConfigurations", Update=true)>]
member this.ServiceConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IServiceConfiguration> with get, set
Public Property ServiceConfiguration As List(Of IServiceConfiguration)

Property Value

Attributes

Applies to