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