Class ExpandedPropertiesScope
java.lang.Object
com.azure.resourcemanager.authorization.models.ExpandedPropertiesScope
Details of the resource scope.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpandedPropertiesScope class. -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: Display name of the resource.id()Get the id property: Scope id of the resource.type()Get the type property: Type of the resource.voidvalidate()Validates the instance.withDisplayName(String displayName) Set the displayName property: Display name of the resource.Set the id property: Scope id of the resource.Set the type property: Type of the resource.
-
Constructor Details
-
ExpandedPropertiesScope
public ExpandedPropertiesScope()Creates an instance of ExpandedPropertiesScope class.
-
-
Method Details
-
id
Get the id property: Scope id of the resource.- Returns:
- the id value.
-
withId
Set the id property: Scope id of the resource.- Parameters:
id- the id value to set.- Returns:
- the ExpandedPropertiesScope object itself.
-
displayName
Get the displayName property: Display name of the resource.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Display name of the resource.- Parameters:
displayName- the displayName value to set.- Returns:
- the ExpandedPropertiesScope object itself.
-
type
Get the type property: Type of the resource.- Returns:
- the type value.
-
withType
Set the type property: Type of the resource.- Parameters:
type- the type value to set.- Returns:
- the ExpandedPropertiesScope object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-