Class ResourceType
java.lang.Object
com.microsoft.azure.management.graphrbac.ResourceType
Resource Type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName value.name()
Get the name value.Get the operations value.withDisplayName
(String displayName) Set the displayName value.Set the name value.withOperations
(List<ProviderOperation> operations) Set the operations value.
-
Constructor Details
-
ResourceType
public ResourceType()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the ResourceType object itself.
-
displayName
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
Set the displayName value.- Parameters:
displayName
- the displayName value to set- Returns:
- the ResourceType object itself.
-
operations
Get the operations value.- Returns:
- the operations value
-
withOperations
Set the operations value.- Parameters:
operations
- the operations value to set- Returns:
- the ResourceType object itself.
-