ProviderOperation Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. ProviderOperation
- com.
public class ProviderOperation
Operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
displayName()
Get the displayName value. |
String |
name()
Get the name value. |
String |
origin()
Get the origin value. |
Object |
properties()
Get the properties value. |
Provider |
withDescription(String description)
Set the description value. |
Provider |
withDisplayName(String displayName)
Set the displayName value. |
Provider |
withName(String name)
Set the name value. |
Provider |
withOrigin(String origin)
Set the origin value. |
Provider |
withProperties(Object properties)
Set the properties value. |
Method Details
description
public String description()
Get the description value.
Returns:
displayName
public String displayName()
Get the displayName value.
Returns:
name
public String name()
Get the name value.
Returns:
origin
public String origin()
Get the origin value.
Returns:
properties
public Object properties()
Get the properties value.
Returns:
withDescription
public ProviderOperation withDescription(String description)
Set the description value.
Parameters:
Returns:
withDisplayName
public ProviderOperation withDisplayName(String displayName)
Set the displayName value.
Parameters:
Returns:
withName
public ProviderOperation withName(String name)
Set the name value.
Parameters:
Returns:
withOrigin
public ProviderOperation withOrigin(String origin)
Set the origin value.
Parameters:
Returns:
withProperties
public ProviderOperation withProperties(Object properties)
Set the properties value.
Parameters:
Returns:
Applies to
Azure SDK for Java