Compartir vía


EligibleChildResourceInner Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.EligibleChildResourceInner

public final class EligibleChildResourceInner

Eligible child resource.

Constructor Summary

Constructor Description
EligibleChildResourceInner()

Creates an instance of EligibleChildResourceInner class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The resource scope Id.

String name()

Get the name property: The resource name.

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

id

public String id()

Get the id property: The resource scope Id.

Returns:

the id value.

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to