AvsLicenseLabel(String, String) Constructor

Definition

Initializes a new instance of AvsLicenseLabel.

public AvsLicenseLabel(string key, string value);
new Azure.ResourceManager.Avs.Models.AvsLicenseLabel : string * string -> Azure.ResourceManager.Avs.Models.AvsLicenseLabel
Public Sub New (key As String, value As String)

Parameters

key
String

The key of the label.

value
String

The value of the label.

Exceptions

key or value is null.

Applies to