Documentation ¶
Index ¶
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSystemVersionID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type ListByLocationCompleteResult
- type ListByLocationCustomPager
- type ListByLocationOperationResponse
- type LocationId
- type SystemVersion
- type SystemVersionId
- type SystemVersionOperationPredicate
- type SystemVersionProperties
- type SystemVersionsClient
- func (c SystemVersionsClient) Get(ctx context.Context, id SystemVersionId) (result GetOperationResponse, err error)
- func (c SystemVersionsClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error)
- func (c SystemVersionsClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error)
- func (c SystemVersionsClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate SystemVersionOperationPredicate) (result ListByLocationCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
func ValidateSystemVersionID ¶
ValidateSystemVersionID checks that 'input' can be parsed as a System Version ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SystemVersion }
type ListByLocationCompleteResult ¶
type ListByLocationCompleteResult struct { LatestHttpResponse *http.Response Items []SystemVersion }
type ListByLocationCustomPager ¶
func (*ListByLocationCustomPager) NextPageLink ¶
func (p *ListByLocationCustomPager) NextPageLink() *odata.Link
type ListByLocationOperationResponse ¶
type ListByLocationOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SystemVersion }
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (*LocationId) FromParseResult ¶
func (id *LocationId) FromParseResult(input resourceids.ParseResult) error
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type SystemVersion ¶
type SystemVersion struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SystemVersionProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type SystemVersionId ¶
SystemVersionId is a struct representing the Resource ID for a System Version
func NewSystemVersionID ¶
func NewSystemVersionID(subscriptionId string, locationName string, systemVersionName string) SystemVersionId
NewSystemVersionID returns a new SystemVersionId struct
func ParseSystemVersionID ¶
func ParseSystemVersionID(input string) (*SystemVersionId, error)
ParseSystemVersionID parses 'input' into a SystemVersionId
func ParseSystemVersionIDInsensitively ¶
func ParseSystemVersionIDInsensitively(input string) (*SystemVersionId, error)
ParseSystemVersionIDInsensitively parses 'input' case-insensitively into a SystemVersionId note: this method should only be used for API response data and not user input
func (*SystemVersionId) FromParseResult ¶
func (id *SystemVersionId) FromParseResult(input resourceids.ParseResult) error
func (SystemVersionId) ID ¶
func (id SystemVersionId) ID() string
ID returns the formatted System Version ID
func (SystemVersionId) Segments ¶
func (id SystemVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this System Version ID
func (SystemVersionId) String ¶
func (id SystemVersionId) String() string
String returns a human-readable description of this System Version ID
type SystemVersionOperationPredicate ¶
func (SystemVersionOperationPredicate) Matches ¶
func (p SystemVersionOperationPredicate) Matches(input SystemVersion) bool
type SystemVersionProperties ¶
type SystemVersionProperties struct {
SystemVersion string `json:"systemVersion"`
}
type SystemVersionsClient ¶
type SystemVersionsClient struct {
Client *resourcemanager.Client
}
func NewSystemVersionsClientWithBaseURI ¶
func NewSystemVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*SystemVersionsClient, error)
func (SystemVersionsClient) Get ¶
func (c SystemVersionsClient) Get(ctx context.Context, id SystemVersionId) (result GetOperationResponse, err error)
Get ...
func (SystemVersionsClient) ListByLocation ¶
func (c SystemVersionsClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error)
ListByLocation ...
func (SystemVersionsClient) ListByLocationComplete ¶
func (c SystemVersionsClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error)
ListByLocationComplete retrieves all the results into a single object
func (SystemVersionsClient) ListByLocationCompleteMatchingPredicate ¶
func (c SystemVersionsClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate SystemVersionOperationPredicate) (result ListByLocationCompleteResult, err error)
ListByLocationCompleteMatchingPredicate retrieves all the results and then applies the predicate