RenamedSubscriptionId Interface

public interface RenamedSubscriptionId

An immutable client-side representation of RenamedSubscriptionId.

Method Summary

Modifier and Type Method and Description
abstract RenamedSubscriptionIdInner innerModel()

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

abstract String subscriptionId()

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

Method Details

innerModel

public abstract RenamedSubscriptionIdInner innerModel()

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

Returns:

the inner object.

subscriptionId

public abstract String subscriptionId()

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

Returns:

the subscriptionId value.

Applies to