java.lang.Object
com.azure.resourcemanager.azurestack.models.IconUris

public final class IconUris extends Object
Links to product icons.
  • Constructor Details

    • IconUris

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

    • large

      public String large()
      Get the large property: URI to large icon.
      Returns:
      the large value.
    • withLarge

      public IconUris withLarge(String large)
      Set the large property: URI to large icon.
      Parameters:
      large - the large value to set.
      Returns:
      the IconUris object itself.
    • wide

      public String wide()
      Get the wide property: URI to wide icon.
      Returns:
      the wide value.
    • withWide

      public IconUris withWide(String wide)
      Set the wide property: URI to wide icon.
      Parameters:
      wide - the wide value to set.
      Returns:
      the IconUris object itself.
    • medium

      public String medium()
      Get the medium property: URI to medium icon.
      Returns:
      the medium value.
    • withMedium

      public IconUris withMedium(String medium)
      Set the medium property: URI to medium icon.
      Parameters:
      medium - the medium value to set.
      Returns:
      the IconUris object itself.
    • small

      public String small()
      Get the small property: URI to small icon.
      Returns:
      the small value.
    • withSmall

      public IconUris withSmall(String small)
      Set the small property: URI to small icon.
      Parameters:
      small - the small value to set.
      Returns:
      the IconUris object itself.
    • hero

      public String hero()
      Get the hero property: URI to hero icon.
      Returns:
      the hero value.
    • withHero

      public IconUris withHero(String hero)
      Set the hero property: URI to hero icon.
      Parameters:
      hero - the hero value to set.
      Returns:
      the IconUris object itself.
    • validate

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