ArmNetworkModelFactory.NetworkConfigurationDiagnosticContent Method
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.
Initializes a new instance of NetworkConfigurationDiagnosticContent.
public static Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent NetworkConfigurationDiagnosticContent (Azure.Core.ResourceIdentifier targetResourceId = default, Azure.ResourceManager.Network.Models.VerbosityLevel? verbosityLevel = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> profiles = default);
static member NetworkConfigurationDiagnosticContent : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.VerbosityLevel> * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> -> Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent
Public Shared Function NetworkConfigurationDiagnosticContent (Optional targetResourceId As ResourceIdentifier = Nothing, Optional verbosityLevel As Nullable(Of VerbosityLevel) = Nothing, Optional profiles As IEnumerable(Of NetworkConfigurationDiagnosticProfile) = Nothing) As NetworkConfigurationDiagnosticContent
Parameters
- targetResourceId
- ResourceIdentifier
The ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.
- verbosityLevel
- Nullable<VerbosityLevel>
Verbosity level.
List of network configuration diagnostic profiles.
Returns
A new NetworkConfigurationDiagnosticContent instance for mocking.
Applies to
Azure SDK for .NET