ResourceProviderOperationDisplayProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ResourceProviderOperationDisplayProperties
- com.
public class ResourceProviderOperationDisplayProperties
Resource provider operation's display properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
operation()
Get the operation value. |
String |
provider()
Get the provider value. |
String |
publisher()
Get the publisher value. |
String |
resource()
Get the resource value. |
Resource |
withDescription(String description)
Set the description value. |
Resource |
withOperation(String operation)
Set the operation value. |
Resource |
withProvider(String provider)
Set the provider value. |
Resource |
withPublisher(String publisher)
Set the publisher value. |
Resource |
withResource(String resource)
Set the resource value. |
Method Details
description
public String description()
Get the description value.
Returns:
operation
public String operation()
Get the operation value.
Returns:
provider
public String provider()
Get the provider value.
Returns:
publisher
public String publisher()
Get the publisher value.
Returns:
resource
public String resource()
Get the resource value.
Returns:
withDescription
public ResourceProviderOperationDisplayProperties withDescription(String description)
Set the description value.
Parameters:
Returns:
withOperation
public ResourceProviderOperationDisplayProperties withOperation(String operation)
Set the operation value.
Parameters:
Returns:
withProvider
public ResourceProviderOperationDisplayProperties withProvider(String provider)
Set the provider value.
Parameters:
Returns:
withPublisher
public ResourceProviderOperationDisplayProperties withPublisher(String publisher)
Set the publisher value.
Parameters:
Returns:
withResource
public ResourceProviderOperationDisplayProperties withResource(String resource)
Set the resource value.
Parameters:
Returns:
Applies to
Azure SDK for Java