ArmPeeringModelFactory.PeeringLogAnalyticsWorkspaceProperties 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 PeeringLogAnalyticsWorkspaceProperties.
public static Azure.ResourceManager.Peering.Models.PeeringLogAnalyticsWorkspaceProperties PeeringLogAnalyticsWorkspaceProperties (string workspaceId = default, string key = default, System.Collections.Generic.IEnumerable<string> connectedAgents = default);
static member PeeringLogAnalyticsWorkspaceProperties : string * string * seq<string> -> Azure.ResourceManager.Peering.Models.PeeringLogAnalyticsWorkspaceProperties
Public Shared Function PeeringLogAnalyticsWorkspaceProperties (Optional workspaceId As String = Nothing, Optional key As String = Nothing, Optional connectedAgents As IEnumerable(Of String) = Nothing) As PeeringLogAnalyticsWorkspaceProperties
Parameters
- workspaceId
- String
The Workspace ID.
- key
- String
The Workspace Key.
- connectedAgents
- IEnumerable<String>
The list of connected agents.
Returns
A new PeeringLogAnalyticsWorkspaceProperties instance for mocking.