ArmNetworkModelFactory.NetworkVerifierWorkspaceData Method

Definition

public static Azure.ResourceManager.Network.NetworkVerifierWorkspaceData NetworkVerifierWorkspaceData(Azure.ResourceManager.Network.Models.NetworkVerifierWorkspaceProperties properties = default, Azure.ETag? eTag = default, Azure.ResourceManager.Models.SystemData systemData = default, string name = default);
static member NetworkVerifierWorkspaceData : Azure.ResourceManager.Network.Models.NetworkVerifierWorkspaceProperties * Nullable<Azure.ETag> * Azure.ResourceManager.Models.SystemData * string -> Azure.ResourceManager.Network.NetworkVerifierWorkspaceData
Public Shared Function NetworkVerifierWorkspaceData (Optional properties As NetworkVerifierWorkspaceProperties = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional systemData As SystemData = Nothing, Optional name As String = Nothing) As NetworkVerifierWorkspaceData

Parameters

properties
NetworkVerifierWorkspaceProperties

Properties of Verifier Workspace resource.

eTag
Nullable<ETag>

String representing unique etag for the resource document.

systemData
SystemData

The system metadata related to this resource.

name
String

The name of the resource.

Returns

A new NetworkVerifierWorkspaceData instance for mocking.

Applies to