SubscriptionFeatureRegistrationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. resources. fluent. models. SubscriptionFeatureRegistrationInner
- com.
- com.
public final class SubscriptionFeatureRegistrationInner
extends ProxyResource
Subscription feature registration details.
Constructor Summary
Constructor | Description |
---|---|
SubscriptionFeatureRegistrationInner() |
Creates an instance of Subscription |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Subscription |
fromJson(JsonReader jsonReader)
Reads an instance of Subscription |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Subscription |
properties()
Get the properties property: The properties property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Subscription |
withProperties(SubscriptionFeatureRegistrationProperties properties)
Set the properties property: The properties property. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SubscriptionFeatureRegistrationInner
public SubscriptionFeatureRegistrationInner()
Creates an instance of SubscriptionFeatureRegistrationInner class.
Method Details
fromJson
public static SubscriptionFeatureRegistrationInner fromJson(JsonReader jsonReader)
Reads an instance of SubscriptionFeatureRegistrationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SubscriptionFeatureRegistrationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SubscriptionFeatureRegistrationInner.name()Returns:
properties
public SubscriptionFeatureRegistrationProperties properties()
Get the properties property: The properties property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SubscriptionFeatureRegistrationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SubscriptionFeatureRegistrationInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public SubscriptionFeatureRegistrationInner withProperties(SubscriptionFeatureRegistrationProperties properties)
Set the properties property: The properties property.
Parameters:
Returns:
Applies to
Azure SDK for Java