Class KindAutoGenerated

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

public class KindAutoGenerated extends Object
Describes an Azure resource with kind.
  • Constructor Details

    • KindAutoGenerated

      public KindAutoGenerated()
  • Method Details

    • kind

      public String kind()
      Get the kind property: Kind of the resource.
      Returns:
      the kind value.
    • withKind

      public KindAutoGenerated withKind(String kind)
      Set the kind property: Kind of the resource.
      Parameters:
      kind - the kind value to set.
      Returns:
      the KindAutoGenerated object itself.
    • validate

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