Documentation ¶
Index ¶
- func PossibleValuesForSharedToValues() []string
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSharedGalleryID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type LocationId
- type PirSharedGalleryResource
- type PirSharedGalleryResourceOperationPredicate
- type SharedGalleriesClient
- func (c SharedGalleriesClient) Get(ctx context.Context, id SharedGalleryId) (result GetOperationResponse, err error)
- func (c SharedGalleriesClient) List(ctx context.Context, id LocationId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c SharedGalleriesClient) ListComplete(ctx context.Context, id LocationId, options ListOperationOptions) (ListCompleteResult, error)
- func (c SharedGalleriesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- type SharedGalleryId
- type SharedGalleryIdentifier
- type SharedToValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSharedToValues ¶
func PossibleValuesForSharedToValues() []string
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
func ValidateSharedGalleryID ¶
ValidateSharedGalleryID checks that 'input' can be parsed as a Shared Gallery ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PirSharedGalleryResource }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []PirSharedGalleryResource }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
type ListOperationOptions struct {
}func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PirSharedGalleryResource }
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 PirSharedGalleryResource ¶
type PirSharedGalleryResource struct {}
type PirSharedGalleryResourceOperationPredicate ¶
type PirSharedGalleryResourceOperationPredicate struct {}
func (PirSharedGalleryResourceOperationPredicate) Matches ¶
func (p PirSharedGalleryResourceOperationPredicate) Matches(input PirSharedGalleryResource) bool
type SharedGalleriesClient ¶
type SharedGalleriesClient struct {
}func NewSharedGalleriesClientWithBaseURI ¶
func NewSharedGalleriesClientWithBaseURI(sdkApi sdkEnv.Api) (*SharedGalleriesClient, error)
func (SharedGalleriesClient) Get ¶
func (c SharedGalleriesClient) Get(ctx context.Context, id SharedGalleryId) (result GetOperationResponse, err error)
Get ...
func (SharedGalleriesClient) List ¶
func (c SharedGalleriesClient) List(ctx context.Context, id LocationId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (SharedGalleriesClient) ListComplete ¶
func (c SharedGalleriesClient) ListComplete(ctx context.Context, id LocationId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (SharedGalleriesClient) ListCompleteMatchingPredicate ¶
func (c SharedGalleriesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, options ListOperationOptions, predicate PirSharedGalleryResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SharedGalleryId ¶
type SharedGalleryId struct {}
SharedGalleryId is a struct representing the Resource ID for a Shared Gallery
func NewSharedGalleryID ¶
func NewSharedGalleryID(subscriptionId string, locationName string, sharedGalleryName string) SharedGalleryId
NewSharedGalleryID returns a new SharedGalleryId struct
func ParseSharedGalleryID ¶
func ParseSharedGalleryID(input string) (*SharedGalleryId, error)
ParseSharedGalleryID parses 'input' into a SharedGalleryId
func ParseSharedGalleryIDInsensitively ¶
func ParseSharedGalleryIDInsensitively(input string) (*SharedGalleryId, error)
ParseSharedGalleryIDInsensitively parses 'input' case-insensitively into a SharedGalleryId note: this method should only be used for API response data and not user input
func (*SharedGalleryId) FromParseResult ¶
func (id *SharedGalleryId) FromParseResult(input resourceids.ParseResult) error
func (SharedGalleryId) ID ¶
func (id SharedGalleryId) ID() string
ID returns the formatted Shared Gallery ID
func (SharedGalleryId) Segments ¶
func (id SharedGalleryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Shared Gallery ID
func (SharedGalleryId) String ¶
func (id SharedGalleryId) String() string
String returns a human-readable description of this Shared Gallery ID
type SharedGalleryIdentifier ¶
type SharedGalleryIdentifier struct {
}type SharedToValues ¶
type SharedToValues string
const (
)func (*SharedToValues) UnmarshalJSON ¶
func (s *SharedToValues) UnmarshalJSON(bytes []byte) error