Documentation ¶
Index ¶
- func PossibleValuesForSharedToValues() []string
- func ValidateImageVersionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSharedGalleryImageID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type ImageVersionId
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type SharedGalleryIdentifier
- type SharedGalleryImageId
- type SharedGalleryImageVersion
- type SharedGalleryImageVersionOperationPredicate
- type SharedGalleryImageVersionProperties
- func (o *SharedGalleryImageVersionProperties) GetEndOfLifeDateAsTime() (*time.Time, error)
- func (o *SharedGalleryImageVersionProperties) GetPublishedDateAsTime() (*time.Time, error)
- func (o *SharedGalleryImageVersionProperties) SetEndOfLifeDateAsTime(input time.Time)
- func (o *SharedGalleryImageVersionProperties) SetPublishedDateAsTime(input time.Time)
- type SharedGalleryImageVersionsClient
- func (c SharedGalleryImageVersionsClient) Get(ctx context.Context, id ImageVersionId) (result GetOperationResponse, err error)
- func (c SharedGalleryImageVersionsClient) List(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c SharedGalleryImageVersionsClient) ListComplete(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (ListCompleteResult, error)
- func (c SharedGalleryImageVersionsClient) ListCompleteMatchingPredicate(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- type SharedToValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSharedToValues ¶
func PossibleValuesForSharedToValues() []string
func ValidateImageVersionID ¶ added in v0.20241009.1142232
ValidateImageVersionID checks that 'input' can be parsed as a Image Version ID
func ValidateSharedGalleryImageID ¶ added in v0.20241009.1142232
func ValidateSharedGalleryImageID(input interface{}, key string) (warnings []string, errors []error)
ValidateSharedGalleryImageID checks that 'input' can be parsed as a Shared Gallery Image ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SharedGalleryImageVersion }
type ImageVersionId ¶ added in v0.20241009.1142232
type ImageVersionId struct { SubscriptionId string LocationName string ImageName string VersionName string }
ImageVersionId is a struct representing the Resource ID for a Image Version
func NewImageVersionID ¶ added in v0.20241009.1142232
func NewImageVersionID(subscriptionId string, locationName string, sharedGalleryName string, imageName string, versionName string) ImageVersionId
NewImageVersionID returns a new ImageVersionId struct
func ParseImageVersionID ¶ added in v0.20241009.1142232
func ParseImageVersionID(input string) (*ImageVersionId, error)
ParseImageVersionID parses 'input' into a ImageVersionId
func ParseImageVersionIDInsensitively ¶ added in v0.20241009.1142232
func ParseImageVersionIDInsensitively(input string) (*ImageVersionId, error)
ParseImageVersionIDInsensitively parses 'input' case-insensitively into a ImageVersionId note: this method should only be used for API response data and not user input
func (*ImageVersionId) FromParseResult ¶ added in v0.20241009.1142232
func (id *ImageVersionId) FromParseResult(input resourceids.ParseResult) error
func (ImageVersionId) ID ¶ added in v0.20241009.1142232
func (id ImageVersionId) ID() string
ID returns the formatted Image Version ID
func (ImageVersionId) Segments ¶ added in v0.20241009.1142232
func (id ImageVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Image Version ID
func (ImageVersionId) String ¶ added in v0.20241009.1142232
func (id ImageVersionId) String() string
String returns a human-readable description of this Image Version ID
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []SharedGalleryImageVersion }
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 *[]SharedGalleryImageVersion }
type SharedGalleryIdentifier ¶
type SharedGalleryIdentifier struct {
}type SharedGalleryImageId ¶ added in v0.20241009.1142232
type SharedGalleryImageId struct {}
SharedGalleryImageId is a struct representing the Resource ID for a Shared Gallery Image
func NewSharedGalleryImageID ¶ added in v0.20241009.1142232
func NewSharedGalleryImageID(subscriptionId string, locationName string, sharedGalleryName string, imageName string) SharedGalleryImageId
NewSharedGalleryImageID returns a new SharedGalleryImageId struct
func ParseSharedGalleryImageID ¶ added in v0.20241009.1142232
func ParseSharedGalleryImageID(input string) (*SharedGalleryImageId, error)
ParseSharedGalleryImageID parses 'input' into a SharedGalleryImageId
func ParseSharedGalleryImageIDInsensitively ¶ added in v0.20241009.1142232
func ParseSharedGalleryImageIDInsensitively(input string) (*SharedGalleryImageId, error)
ParseSharedGalleryImageIDInsensitively parses 'input' case-insensitively into a SharedGalleryImageId note: this method should only be used for API response data and not user input
func (*SharedGalleryImageId) FromParseResult ¶ added in v0.20241009.1142232
func (id *SharedGalleryImageId) FromParseResult(input resourceids.ParseResult) error
func (SharedGalleryImageId) ID ¶ added in v0.20241009.1142232
func (id SharedGalleryImageId) ID() string
ID returns the formatted Shared Gallery Image ID
func (SharedGalleryImageId) Segments ¶ added in v0.20241009.1142232
func (id SharedGalleryImageId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Shared Gallery Image ID
func (SharedGalleryImageId) String ¶ added in v0.20241009.1142232
func (id SharedGalleryImageId) String() string
String returns a human-readable description of this Shared Gallery Image ID
type SharedGalleryImageVersion ¶
type SharedGalleryImageVersion struct {}
type SharedGalleryImageVersionOperationPredicate ¶
type SharedGalleryImageVersionOperationPredicate struct {}
func (SharedGalleryImageVersionOperationPredicate) Matches ¶
func (p SharedGalleryImageVersionOperationPredicate) Matches(input SharedGalleryImageVersion) bool
type SharedGalleryImageVersionProperties ¶
type SharedGalleryImageVersionProperties struct {}
func (*SharedGalleryImageVersionProperties) GetEndOfLifeDateAsTime ¶
func (o *SharedGalleryImageVersionProperties) GetEndOfLifeDateAsTime() (*time.Time, error)
func (*SharedGalleryImageVersionProperties) GetPublishedDateAsTime ¶
func (o *SharedGalleryImageVersionProperties) GetPublishedDateAsTime() (*time.Time, error)
func (*SharedGalleryImageVersionProperties) SetEndOfLifeDateAsTime ¶
func (o *SharedGalleryImageVersionProperties) SetEndOfLifeDateAsTime(input time.Time)
func (*SharedGalleryImageVersionProperties) SetPublishedDateAsTime ¶
func (o *SharedGalleryImageVersionProperties) SetPublishedDateAsTime(input time.Time)
type SharedGalleryImageVersionsClient ¶
type SharedGalleryImageVersionsClient struct {
}func NewSharedGalleryImageVersionsClientWithBaseURI ¶
func NewSharedGalleryImageVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*SharedGalleryImageVersionsClient, error)
func (SharedGalleryImageVersionsClient) Get ¶
func (c SharedGalleryImageVersionsClient) Get(ctx context.Context, id ImageVersionId) (result GetOperationResponse, err error)
Get ...
func (SharedGalleryImageVersionsClient) List ¶
func (c SharedGalleryImageVersionsClient) List(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (SharedGalleryImageVersionsClient) ListComplete ¶
func (c SharedGalleryImageVersionsClient) ListComplete(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (SharedGalleryImageVersionsClient) ListCompleteMatchingPredicate ¶
func (c SharedGalleryImageVersionsClient) ListCompleteMatchingPredicate(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions, predicate SharedGalleryImageVersionOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SharedToValues ¶
type SharedToValues string
const (
)func (*SharedToValues) UnmarshalJSON ¶
func (s *SharedToValues) UnmarshalJSON(bytes []byte) error