ArmNetworkModelFactory.EndpointServiceResult Method

Definition

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

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the endpoint service.

type
String

Type of the endpoint service.

Returns

A new EndpointServiceResult instance for mocking.

Applies to