Class ResourceProviderOperationDisplayProperties

java.lang.Object
com.microsoft.azure.management.resources.ResourceProviderOperationDisplayProperties

public class ResourceProviderOperationDisplayProperties extends Object
Resource provider operation's display properties.
  • Constructor Details

    • ResourceProviderOperationDisplayProperties

      public ResourceProviderOperationDisplayProperties()
  • Method Details

    • publisher

      public String publisher()
      Get operation description.
      Returns:
      the publisher value
    • withPublisher

      public ResourceProviderOperationDisplayProperties withPublisher(String publisher)
      Set operation description.
      Parameters:
      publisher - the publisher value to set
      Returns:
      the ResourceProviderOperationDisplayProperties object itself.
    • provider

      public String provider()
      Get operation provider.
      Returns:
      the provider value
    • withProvider

      public ResourceProviderOperationDisplayProperties withProvider(String provider)
      Set operation provider.
      Parameters:
      provider - the provider value to set
      Returns:
      the ResourceProviderOperationDisplayProperties object itself.
    • resource

      public String resource()
      Get operation resource.
      Returns:
      the resource value
    • withResource

      public ResourceProviderOperationDisplayProperties withResource(String resource)
      Set operation resource.
      Parameters:
      resource - the resource value to set
      Returns:
      the ResourceProviderOperationDisplayProperties object itself.
    • operation

      public String operation()
      Get resource provider operation.
      Returns:
      the operation value
    • withOperation

      public ResourceProviderOperationDisplayProperties withOperation(String operation)
      Set resource provider operation.
      Parameters:
      operation - the operation value to set
      Returns:
      the ResourceProviderOperationDisplayProperties object itself.
    • description

      public String description()
      Get operation description.
      Returns:
      the description value
    • withDescription

      public ResourceProviderOperationDisplayProperties withDescription(String description)
      Set operation description.
      Parameters:
      description - the description value to set
      Returns:
      the ResourceProviderOperationDisplayProperties object itself.