ActivationKeyResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. fluent. models. ActivationKeyResultInner
- com.
Implements
public final class ActivationKeyResultInner
implements JsonSerializable<ActivationKeyResultInner>
The resource containing the Azure Stack activation key.
Constructor Summary
| Constructor | Description |
|---|---|
| ActivationKeyResultInner() |
Creates an instance of Activation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
activationKey()
Get the activation |
|
static
Activation |
fromJson(JsonReader jsonReader)
Reads an instance of Activation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Activation |
withActivationKey(String activationKey)
Set the activation |
Methods inherited from java.lang.Object
Constructor Details
ActivationKeyResultInner
public ActivationKeyResultInner()
Creates an instance of ActivationKeyResultInner class.
Method Details
activationKey
public String activationKey()
Get the activationKey property: Azure Stack activation key.
Returns:
fromJson
public static ActivationKeyResultInner fromJson(JsonReader jsonReader)
Reads an instance of ActivationKeyResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withActivationKey
public ActivationKeyResultInner withActivationKey(String activationKey)
Set the activationKey property: Azure Stack activation key.
Parameters:
Returns: