ArmNetworkModelFactory.NetworkProxyResource Method

Definition

public static Azure.ResourceManager.Network.Models.NetworkProxyResource NetworkProxyResource(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string eTag = default);
static member NetworkProxyResource : Azure.Core.ResourceIdentifier * string * string * string -> Azure.ResourceManager.Network.Models.NetworkProxyResource
Public Shared Function NetworkProxyResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional eTag As String = Nothing) As NetworkProxyResource

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

type
String

Resource type.

eTag
String

A unique read-only string that changes whenever the resource is updated.

Returns

A new NetworkProxyResource instance for mocking.

Applies to