ResourceType Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. ResourceType
- com.
public class ResourceType
Resource Type.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the displayName value. |
String |
name()
Get the name value. |
List<Provider |
operations()
Get the operations value. |
Resource |
withDisplayName(String displayName)
Set the displayName value. |
Resource |
withName(String name)
Set the name value. |
Resource |
withOperations(List<ProviderOperation> operations)
Set the operations value. |
Method Details
displayName
public String displayName()
Get the displayName value.
Returns:
name
public String name()
Get the name value.
Returns:
operations
public List
Get the operations value.
Returns:
withDisplayName
public ResourceType withDisplayName(String displayName)
Set the displayName value.
Parameters:
Returns:
withName
public ResourceType withName(String name)
Set the name value.
Parameters:
Returns:
withOperations
public ResourceType withOperations(List
Set the operations value.
Parameters:
Returns:
Applies to
Azure SDK for Java