Bagikan melalui


Dimension Constructors

Definition

Overloads

Dimension()

Initializes a new instance of the Dimension class.

Dimension(String, String, String)

Initializes a new instance of the Dimension class.

Dimension()

Initializes a new instance of the Dimension class.

public Dimension ();
Public Sub New ()

Applies to

Dimension(String, String, String)

Initializes a new instance of the Dimension class.

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

Parameters

name
String

The name of the dimension.

displayName
String

The display name of the dimension.

internalName
String

The internal name of the dimension.

Applies to