ArmNetworkModelFactory.ConnectionMonitorOutput 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.
public static Azure.ResourceManager.Network.Models.ConnectionMonitorOutput ConnectionMonitorOutput(Azure.ResourceManager.Network.Models.OutputType? type = default, Azure.Core.ResourceIdentifier workspaceResourceId = default);
static member ConnectionMonitorOutput : Nullable<Azure.ResourceManager.Network.Models.OutputType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.ConnectionMonitorOutput
Public Shared Function ConnectionMonitorOutput (Optional type As Nullable(Of OutputType) = Nothing, Optional workspaceResourceId As ResourceIdentifier = Nothing) As ConnectionMonitorOutput
Parameters
- type
- Nullable<OutputType>
Connection monitor output destination type. Currently, only "Workspace" is supported.
- workspaceResourceId
- ResourceIdentifier
Log analytics workspace resource ID.
Returns
A new ConnectionMonitorOutput instance for mocking.