Documentation ¶
Index ¶
- func PossibleValuesForCapabilityParameter() []string
- func PossibleValuesForReleaseMode() []string
- func ValidateAvailableGroundStationID(input interface{}, key string) (warnings []string, errors []error)
- type AvailableGroundStation
- type AvailableGroundStationId
- type AvailableGroundStationOperationPredicate
- type AvailableGroundStationProperties
- type AvailableGroundStationsGetOperationResponse
- type AvailableGroundStationsListByCapabilityCompleteResult
- type AvailableGroundStationsListByCapabilityOperationOptions
- type AvailableGroundStationsListByCapabilityOperationResponse
- type CapabilityParameter
- type GroundStationClient
- func (c GroundStationClient) AvailableGroundStationsGet(ctx context.Context, id AvailableGroundStationId) (result AvailableGroundStationsGetOperationResponse, err error)
- 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
func ValidateAvailableGroundStationID ¶
func ValidateAvailableGroundStationID(input interface{}, key string) (warnings []string, errors []error)
ValidateAvailableGroundStationID checks that 'input' can be parsed as a Available Ground Station ID
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,omitempty"` Type *string `json:"type,omitempty"` }
type AvailableGroundStationId ¶
AvailableGroundStationId is a struct representing the Resource ID for a Available Ground Station
func NewAvailableGroundStationID ¶
func NewAvailableGroundStationID(subscriptionId string, groundStationName string) AvailableGroundStationId
NewAvailableGroundStationID returns a new AvailableGroundStationId struct
func ParseAvailableGroundStationID ¶
func ParseAvailableGroundStationID(input string) (*AvailableGroundStationId, error)
ParseAvailableGroundStationID parses 'input' into a AvailableGroundStationId
func ParseAvailableGroundStationIDInsensitively ¶
func ParseAvailableGroundStationIDInsensitively(input string) (*AvailableGroundStationId, error)
ParseAvailableGroundStationIDInsensitively parses 'input' case-insensitively into a AvailableGroundStationId note: this method should only be used for API response data and not user input
func (AvailableGroundStationId) ID ¶
func (id AvailableGroundStationId) ID() string
ID returns the formatted Available Ground Station ID
func (AvailableGroundStationId) Segments ¶
func (id AvailableGroundStationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Available Ground Station ID
func (AvailableGroundStationId) String ¶
func (id AvailableGroundStationId) String() string
String returns a human-readable description of this Available Ground Station ID
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 AvailableGroundStationsGetOperationResponse ¶
type AvailableGroundStationsGetOperationResponse struct { HttpResponse *http.Response Model *AvailableGroundStation }
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) AvailableGroundStationsGet ¶
func (c GroundStationClient) AvailableGroundStationsGet(ctx context.Context, id AvailableGroundStationId) (result AvailableGroundStationsGetOperationResponse, err error)
AvailableGroundStationsGet ...
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" )