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