Dimension Constructors
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.
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.Models.Dimension : string * string * string -> Microsoft.Azure.Management.Network.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.