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.ContainerInstance.Fluent.Models.UsageName : string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.UsageName
Public Sub New (Optional value As String = Nothing, Optional localizedValue As String = Nothing)

Parameters

value
String

The name of the resource

localizedValue
String

The localized name of the resource

Applies to