Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateHostPoolID(input interface{}, key string) (warnings []string, errors []error) + type ExpandCompleteResult struct + Items []ExpandMsixImage + LatestHttpResponse *http.Response + type ExpandCustomPager struct + NextLink *odata.Link + func (p *ExpandCustomPager) NextPageLink() *odata.Link + type ExpandMsixImage struct + Id *string + Name *string + Properties *ExpandMsixImageProperties + Type *string + type ExpandMsixImageOperationPredicate struct + Id *string + Name *string + Type *string + func (p ExpandMsixImageOperationPredicate) Matches(input ExpandMsixImage) bool + type ExpandMsixImageProperties struct + DisplayName *string + ImagePath *string + IsActive *bool + IsRegularRegistration *bool + LastUpdated *string + PackageAlias *string + PackageApplications *[]MsixPackageApplications + PackageDependencies *[]MsixPackageDependencies + PackageFamilyName *string + PackageFullName *string + PackageName *string + PackageRelativePath *string + Version *string + func (o *ExpandMsixImageProperties) GetLastUpdatedAsTime() (*time.Time, error) + func (o *ExpandMsixImageProperties) SetLastUpdatedAsTime(input time.Time) + type ExpandOperationResponse struct + HttpResponse *http.Response + Model *[]ExpandMsixImage + OData *odata.OData + type HostPoolId struct + HostPoolName string + ResourceGroupName string + SubscriptionId string + func NewHostPoolID(subscriptionId string, resourceGroupName string, hostPoolName string) HostPoolId + func ParseHostPoolID(input string) (*HostPoolId, error) + func ParseHostPoolIDInsensitively(input string) (*HostPoolId, error) + func (id *HostPoolId) FromParseResult(input resourceids.ParseResult) error + func (id HostPoolId) ID() string + func (id HostPoolId) Segments() []resourceids.Segment + func (id HostPoolId) String() string + type MSIXImageURI struct + Uri *string + type MsixImageClient struct + Client *resourcemanager.Client + func NewMsixImageClientWithBaseURI(sdkApi sdkEnv.Api) (*MsixImageClient, error) + func (c MsixImageClient) Expand(ctx context.Context, id HostPoolId, input MSIXImageURI) (result ExpandOperationResponse, err error) + func (c MsixImageClient) ExpandComplete(ctx context.Context, id HostPoolId, input MSIXImageURI) (ExpandCompleteResult, error) + func (c MsixImageClient) ExpandCompleteMatchingPredicate(ctx context.Context, id HostPoolId, input MSIXImageURI, ...) (result ExpandCompleteResult, err error) + type MsixPackageApplications struct + AppId *string + AppUserModelID *string + Description *string + FriendlyName *string + IconImageName *string + RawIcon *string + RawPng *string + type MsixPackageDependencies struct + DependencyName *string + MinVersion *string + Publisher *string