EnabledSubscriptionId Interface

public interface EnabledSubscriptionId

An immutable client-side representation of EnabledSubscriptionId.

Method Summary

Modifier and Type Method and Description
abstract EnabledSubscriptionIdInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.EnabledSubscriptionIdInner object.

abstract String subscriptionId()

Gets the subscriptionId property: The ID of the subscriptions that is being enabled.

Method Details

innerModel

public abstract EnabledSubscriptionIdInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.EnabledSubscriptionIdInner object.

Returns:

the inner object.

subscriptionId

public abstract String subscriptionId()

Gets the subscriptionId property: The ID of the subscriptions that is being enabled.

Returns:

the subscriptionId value.

Applies to