次の方法で共有


ActivationKeyResult Interface

public interface ActivationKeyResult

An immutable client-side representation of ActivationKeyResult.

Method Summary

Modifier and Type Method and Description
abstract String activationKey()

Gets the activationKey property: Azure Stack activation key.

abstract ActivationKeyResultInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ActivationKeyResultInner object.

Method Details

activationKey

public abstract String activationKey()

Gets the activationKey property: Azure Stack activation key.

Returns:

the activationKey value.

innerModel

public abstract ActivationKeyResultInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ActivationKeyResultInner object.

Returns:

the inner object.

Applies to