共用方式為


AvailableServiceAliasInner Constructors

Definition

Overloads

AvailableServiceAliasInner()

Initializes a new instance of the AvailableServiceAliasInner class.

AvailableServiceAliasInner(String, String, String, String)

Initializes a new instance of the AvailableServiceAliasInner class.

AvailableServiceAliasInner()

Initializes a new instance of the AvailableServiceAliasInner class.

public AvailableServiceAliasInner ();
Public Sub New ()

Applies to

AvailableServiceAliasInner(String, String, String, String)

Initializes a new instance of the AvailableServiceAliasInner class.

public AvailableServiceAliasInner (string name = default, string id = default, string type = default, string resourceName = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AvailableServiceAliasInner : string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AvailableServiceAliasInner
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional resourceName As String = Nothing)

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.

Applies to