Documentation ¶
Index ¶
- func ValidateGiVersionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type GiVersion
- type GiVersionId
- type GiVersionOperationPredicate
- type GiVersionProperties
- type GiVersionsClient
- func (c GiVersionsClient) Get(ctx context.Context, id GiVersionId) (result GetOperationResponse, err error)
- func (c GiVersionsClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error)
- func (c GiVersionsClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error)
- func (c GiVersionsClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate GiVersionOperationPredicate) (result ListByLocationCompleteResult, err error)
- type ListByLocationCompleteResult
- type ListByLocationCustomPager
- type ListByLocationOperationResponse
- type LocationId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateGiVersionID ¶
ValidateGiVersionID checks that 'input' can be parsed as a Gi Version ID
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type GetOperationResponse ¶
type GiVersion ¶
type GiVersion struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *GiVersionProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type GiVersionId ¶
GiVersionId is a struct representing the Resource ID for a Gi Version
func NewGiVersionID ¶
func NewGiVersionID(subscriptionId string, locationName string, giVersionName string) GiVersionId
NewGiVersionID returns a new GiVersionId struct
func ParseGiVersionID ¶
func ParseGiVersionID(input string) (*GiVersionId, error)
ParseGiVersionID parses 'input' into a GiVersionId
func ParseGiVersionIDInsensitively ¶
func ParseGiVersionIDInsensitively(input string) (*GiVersionId, error)
ParseGiVersionIDInsensitively parses 'input' case-insensitively into a GiVersionId note: this method should only be used for API response data and not user input
func (*GiVersionId) FromParseResult ¶
func (id *GiVersionId) FromParseResult(input resourceids.ParseResult) error
func (GiVersionId) Segments ¶
func (id GiVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Gi Version ID
func (GiVersionId) String ¶
func (id GiVersionId) String() string
String returns a human-readable description of this Gi Version ID
type GiVersionOperationPredicate ¶
func (GiVersionOperationPredicate) Matches ¶
func (p GiVersionOperationPredicate) Matches(input GiVersion) bool
type GiVersionProperties ¶
type GiVersionProperties struct {
Version string `json:"version"`
}
type GiVersionsClient ¶
type GiVersionsClient struct {
Client *resourcemanager.Client
}
func NewGiVersionsClientWithBaseURI ¶
func NewGiVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*GiVersionsClient, error)
func (GiVersionsClient) Get ¶
func (c GiVersionsClient) Get(ctx context.Context, id GiVersionId) (result GetOperationResponse, err error)
Get ...
func (GiVersionsClient) ListByLocation ¶
func (c GiVersionsClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error)
ListByLocation ...
func (GiVersionsClient) ListByLocationComplete ¶
func (c GiVersionsClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error)
ListByLocationComplete retrieves all the results into a single object
func (GiVersionsClient) ListByLocationCompleteMatchingPredicate ¶
func (c GiVersionsClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate GiVersionOperationPredicate) (result ListByLocationCompleteResult, err error)
ListByLocationCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListByLocationCustomPager ¶
func (*ListByLocationCustomPager) NextPageLink ¶
func (p *ListByLocationCustomPager) NextPageLink() *odata.Link
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