Class OperationDisplay

java.lang.Object
com.azure.resourcemanager.security.models.OperationDisplay

public final class OperationDisplay extends Object
Security operation display.
  • Constructor Details

    • OperationDisplay

      public OperationDisplay()
  • Method Details

    • provider

      public String provider()
      Get the provider property: The resource provider for the operation.
      Returns:
      the provider value.
    • resource

      public String resource()
      Get the resource property: The display name of the resource the operation applies to.
      Returns:
      the resource value.
    • operation

      public String operation()
      Get the operation property: The display name of the security operation.
      Returns:
      the operation value.
    • description

      public String description()
      Get the description property: The description of the operation.
      Returns:
      the description value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.