Interface AvailableGroundStation


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: ID of groundStation.
    Gets the inner com.azure.resourcemanager.orbital.fluent.models.AvailableGroundStationInner object.
    Gets the location property: Azure region.
    Gets the name property: Name of the ground station.
    Gets the type property: Resource type.
  • Method Details

    • id

      String id()
      Gets the id property: ID of groundStation.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Name of the ground station.
      Returns:
      the name value.
    • location

      String location()
      Gets the location property: Azure region.
      Returns:
      the location value.
    • type

      String type()
      Gets the type property: Resource type.
      Returns:
      the type value.
    • innerModel

      Gets the inner com.azure.resourcemanager.orbital.fluent.models.AvailableGroundStationInner object.
      Returns:
      the inner object.