AvsLicenseLabel Class
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.
A key-value pair representing a label.
public class AvsLicenseLabel : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.Models.AvsLicenseLabel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.Models.AvsLicenseLabel>
type AvsLicenseLabel = class
interface IJsonModel<AvsLicenseLabel>
interface IPersistableModel<AvsLicenseLabel>
Public Class AvsLicenseLabel
Implements IJsonModel(Of AvsLicenseLabel), IPersistableModel(Of AvsLicenseLabel)
- Inheritance
-
AvsLicenseLabel
- Implements
Constructors
| Name | Description |
|---|---|
| AvsLicenseLabel(String, String) |
Initializes a new instance of AvsLicenseLabel. |
Properties
| Name | Description |
|---|---|
| Key |
The key of the label. |
| Value |
The value of the label. |