ArmNetworkModelFactory.EndpointServiceResult 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.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
Resource ID.
- name
- String
Name of the endpoint service.
- type
- String
Type of the endpoint service.
Returns
A new EndpointServiceResult instance for mocking.