EligibleChildResourceInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. EligibleChildResourceInner
- com.
Implements
public final class EligibleChildResourceInner
implements JsonSerializable<EligibleChildResourceInner>
Eligible child resource.
Constructor Summary
Constructor | Description |
---|---|
EligibleChildResourceInner() |
Creates an instance of Eligible |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Eligible |
fromJson(JsonReader jsonReader)
Reads an instance of Eligible |
String |
id()
Get the id property: The resource scope Id. |
String |
name()
Get the name property: The resource name. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The resource type. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
EligibleChildResourceInner
public EligibleChildResourceInner()
Creates an instance of EligibleChildResourceInner class.
Method Details
fromJson
public static EligibleChildResourceInner fromJson(JsonReader jsonReader)
Reads an instance of EligibleChildResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The resource scope Id.
Returns:
name
public String name()
Get the name property: The resource name.
Returns:
toJson
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java