EnabledSubscriptionIdInner Class

  • java.lang.Object
    • com.azure.resourcemanager.subscription.fluent.models.EnabledSubscriptionIdInner

public final class EnabledSubscriptionIdInner

The ID of the subscriptions that is being enabled.

Constructor Summary

Constructor Description
EnabledSubscriptionIdInner()

Creates an instance of EnabledSubscriptionIdInner class.

Method Summary

Modifier and Type Method and Description
String subscriptionId()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

EnabledSubscriptionIdInner

public EnabledSubscriptionIdInner()

Creates an instance of EnabledSubscriptionIdInner class.

Method Details

subscriptionId

public String subscriptionId()

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

Returns:

the subscriptionId value.

validate

public void validate()

Validates the instance.

Applies to