ArmNetworkModelFactory.NetworkWritableResource 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.NetworkWritableResource NetworkWritableResource(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default);
static member NetworkWritableResource : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Network.Models.NetworkWritableResource
Public Shared Function NetworkWritableResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing) As NetworkWritableResource
Parameters
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
Returns
A new NetworkWritableResource instance for mocking.