INetworkFabric.ManagementNetworkConfiguration 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.
Configuration to be used to setup the management network.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Configuration to be used to setup the management network.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties) }, Read=true, ReadOnly=false, Required=true, SerializedName="managementNetworkConfiguration", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties ManagementNetworkConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Configuration to be used to setup the management network.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties) }, Read=true, ReadOnly=false, Required=true, SerializedName="managementNetworkConfiguration", Update=true)>]
member this.ManagementNetworkConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagementNetworkConfigurationProperties with get, set
Public Property ManagementNetworkConfiguration As IManagementNetworkConfigurationProperties
Property Value
- Attributes