Share via


UsageName Constructors

Definition

Overloads

UsageName()

Initializes a new instance of the UsageName class.

UsageName(String, String)

Initializes a new instance of the UsageName class.

UsageName()

Initializes a new instance of the UsageName class.

public UsageName ();
Public Sub New ()

Applies to

UsageName(String, String)

Initializes a new instance of the UsageName class.

public UsageName (string value = default, string localizedValue = default);
new Microsoft.Azure.Management.Network.Fluent.Models.UsageName : string * string -> Microsoft.Azure.Management.Network.Fluent.Models.UsageName
Public Sub New (Optional value As String = Nothing, Optional localizedValue As String = Nothing)

Parameters

value
String

A string describing the resource name.

localizedValue
String

A localized string describing the resource name.

Applies to