ArmNetworkModelFactory.NetworkVerifierWorkspaceData 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.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.
- systemData
- SystemData
The system metadata related to this resource.
- name
- String
The name of the resource.
Returns
A new NetworkVerifierWorkspaceData instance for mocking.