ArmNetworkModelFactory.AvailableServiceAlias Method

Definition

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

Parameters

name
String

The name of the service alias.

id
String

The ID of the service alias.

type
String

The type of the resource.

resourceName
String

The resource name of the service alias.

Returns

A new AvailableServiceAlias instance for mocking.

Applies to