CreateResourceSupportedProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. CreateResourceSupportedProperties
- com.
Implements
public final class CreateResourceSupportedProperties
implements JsonSerializable<CreateResourceSupportedProperties>
Datadog resource can be created or not properties.
Constructor Summary
| Constructor | Description |
|---|---|
| CreateResourceSupportedProperties() |
Creates an instance of Create |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
creationSupported()
Get the creation |
|
static
Create |
fromJson(JsonReader jsonReader)
Reads an instance of Create |
| String |
name()
Get the name property: The ARM id of the subscription. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CreateResourceSupportedProperties
public CreateResourceSupportedProperties()
Creates an instance of CreateResourceSupportedProperties class.
Method Details
creationSupported
public Boolean creationSupported()
Get the creationSupported property: Indicates if selected subscription supports Datadog resource creation, if not it is already being monitored for the selected organization via multi subscription feature.
Returns:
fromJson
public static CreateResourceSupportedProperties fromJson(JsonReader jsonReader)
Reads an instance of CreateResourceSupportedProperties from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The ARM id of the subscription.
Returns:
toJson
validate
public void validate()
Validates the instance.