Documentation ¶
Index ¶
- func PossibleValuesForCapabilityParameter() []string
- func PossibleValuesForReleaseMode() []string
- type AvailableGroundStation
- type AvailableGroundStationOperationPredicate
- type AvailableGroundStationProperties
- type AvailableGroundStationsListByCapabilityCompleteResult
- type AvailableGroundStationsListByCapabilityOperationOptions
- type AvailableGroundStationsListByCapabilityOperationResponse
- type CapabilityParameter
- type GroundStationClient
- func (c GroundStationClient) AvailableGroundStationsListByCapability(ctx context.Context, id commonids.SubscriptionId, ...) (resp AvailableGroundStationsListByCapabilityOperationResponse, err error)
- func (c GroundStationClient) AvailableGroundStationsListByCapabilityComplete(ctx context.Context, id commonids.SubscriptionId, ...) (AvailableGroundStationsListByCapabilityCompleteResult, error)
- func (c GroundStationClient) AvailableGroundStationsListByCapabilityCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp AvailableGroundStationsListByCapabilityCompleteResult, err error)
- type ReleaseMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCapabilityParameter ¶
func PossibleValuesForCapabilityParameter() []string
func PossibleValuesForReleaseMode ¶
func PossibleValuesForReleaseMode() []string
Types ¶
type AvailableGroundStation ¶
type AvailableGroundStation struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties AvailableGroundStationProperties `json:"properties"` Type *string `json:"type,omitempty"` }
type AvailableGroundStationOperationPredicate ¶
type AvailableGroundStationOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (AvailableGroundStationOperationPredicate) Matches ¶
func (p AvailableGroundStationOperationPredicate) Matches(input AvailableGroundStation) bool
type AvailableGroundStationProperties ¶
type AvailableGroundStationProperties struct { AltitudeMeters *float64 `json:"altitudeMeters,omitempty"` City *string `json:"city,omitempty"` LatitudeDegrees *float64 `json:"latitudeDegrees,omitempty"` LongitudeDegrees *float64 `json:"longitudeDegrees,omitempty"` ProviderName *string `json:"providerName,omitempty"` ReleaseMode *ReleaseMode `json:"releaseMode,omitempty"` }
type AvailableGroundStationsListByCapabilityCompleteResult ¶
type AvailableGroundStationsListByCapabilityCompleteResult struct {
Items []AvailableGroundStation
}
type AvailableGroundStationsListByCapabilityOperationOptions ¶
type AvailableGroundStationsListByCapabilityOperationOptions struct {
Capability *CapabilityParameter
}
func DefaultAvailableGroundStationsListByCapabilityOperationOptions ¶
func DefaultAvailableGroundStationsListByCapabilityOperationOptions() AvailableGroundStationsListByCapabilityOperationOptions
type AvailableGroundStationsListByCapabilityOperationResponse ¶
type AvailableGroundStationsListByCapabilityOperationResponse struct { HttpResponse *http.Response Model *[]AvailableGroundStation // contains filtered or unexported fields }
func (AvailableGroundStationsListByCapabilityOperationResponse) HasMore ¶
func (r AvailableGroundStationsListByCapabilityOperationResponse) HasMore() bool
func (AvailableGroundStationsListByCapabilityOperationResponse) LoadMore ¶
func (r AvailableGroundStationsListByCapabilityOperationResponse) LoadMore(ctx context.Context) (resp AvailableGroundStationsListByCapabilityOperationResponse, err error)
type CapabilityParameter ¶
type CapabilityParameter string
const ( CapabilityParameterCommunication CapabilityParameter = "Communication" CapabilityParameterEarthObservation CapabilityParameter = "EarthObservation" )
type GroundStationClient ¶
type GroundStationClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewGroundStationClientWithBaseURI ¶
func NewGroundStationClientWithBaseURI(endpoint string) GroundStationClient
func (GroundStationClient) AvailableGroundStationsListByCapability ¶
func (c GroundStationClient) AvailableGroundStationsListByCapability(ctx context.Context, id commonids.SubscriptionId, options AvailableGroundStationsListByCapabilityOperationOptions) (resp AvailableGroundStationsListByCapabilityOperationResponse, err error)
AvailableGroundStationsListByCapability ...
func (GroundStationClient) AvailableGroundStationsListByCapabilityComplete ¶
func (c GroundStationClient) AvailableGroundStationsListByCapabilityComplete(ctx context.Context, id commonids.SubscriptionId, options AvailableGroundStationsListByCapabilityOperationOptions) (AvailableGroundStationsListByCapabilityCompleteResult, error)
AvailableGroundStationsListByCapabilityComplete retrieves all of the results into a single object
func (GroundStationClient) AvailableGroundStationsListByCapabilityCompleteMatchingPredicate ¶
func (c GroundStationClient) AvailableGroundStationsListByCapabilityCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options AvailableGroundStationsListByCapabilityOperationOptions, predicate AvailableGroundStationOperationPredicate) (resp AvailableGroundStationsListByCapabilityCompleteResult, err error)
AvailableGroundStationsListByCapabilityCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ReleaseMode ¶
type ReleaseMode string
const ( ReleaseModeGA ReleaseMode = "GA" ReleaseModePreview ReleaseMode = "Preview" )
Click to show internal directories.
Click to hide internal directories.