ArmNetworkModelFactory.AvailableServiceAlias 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.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.