ResourceType Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.ResourceType

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<ProviderOperation> operations()

Get the operations value.

ResourceType withDisplayName(String displayName)

Set the displayName value.

ResourceType withName(String name)

Set the name value.

ResourceType withOperations(List<ProviderOperation> operations)

Set the operations value.

Method Details

displayName

public String displayName()

Get the displayName value.

Returns:

the displayName value

name

public String name()

Get the name value.

Returns:

the name value

operations

public List operations()

Get the operations value.

Returns:

the operations value

withDisplayName

public ResourceType withDisplayName(String displayName)

Set the displayName value.

Parameters:

displayName - the displayName value to set

Returns:

the ResourceType object itself.

withName

public ResourceType withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ResourceType object itself.

withOperations

public ResourceType withOperations(List operations)

Set the operations value.

Parameters:

operations - the operations value to set

Returns:

the ResourceType object itself.

Applies to