Class ResourceProviderOperationDefinitionInner

java.lang.Object
com.azure.resourcemanager.devspaces.fluent.models.ResourceProviderOperationDefinitionInner

public final class ResourceProviderOperationDefinitionInner extends Object
The ResourceProviderOperationDefinition model.
  • Constructor Details

    • ResourceProviderOperationDefinitionInner

      public ResourceProviderOperationDefinitionInner()
      Creates an instance of ResourceProviderOperationDefinitionInner class.
  • Method Details

    • name

      public String name()
      Get the name property: Resource provider operation name.
      Returns:
      the name value.
    • withName

      Set the name property: Resource provider operation name.
      Parameters:
      name - the name value to set.
      Returns:
      the ResourceProviderOperationDefinitionInner object itself.
    • display

      Get the display property: The display property.
      Returns:
      the display value.
    • withDisplay

      Set the display property: The display property.
      Parameters:
      display - the display value to set.
      Returns:
      the ResourceProviderOperationDefinitionInner object itself.
    • validate

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