Interface TypeField


public interface TypeField
An immutable client-side representation of TypeField.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.automation.fluent.models.TypeFieldInner object.
    Gets the name property: Gets or sets the name of the field.
    Gets the type property: Gets or sets the type of the field.
  • Method Details

    • name

      String name()
      Gets the name property: Gets or sets the name of the field.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Gets or sets the type of the field.
      Returns:
      the type value.
    • innerModel

      TypeFieldInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.TypeFieldInner object.
      Returns:
      the inner object.