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 PossibleValuesForEndpointServiceConnectionStatus() []string + func PossibleValuesForSkuTier() []string + func ValidateRegistryID(input interface{}, key string) (warnings []string, errors []error) + type AcrDetails struct + SystemCreatedAcrAccount *SystemCreatedAcrAccount + UserCreatedAcrAccount *UserCreatedAcrAccount + type ArmResourceId struct + ResourceId *string + type EndpointServiceConnectionStatus string + const EndpointServiceConnectionStatusApproved + const EndpointServiceConnectionStatusDisconnected + const EndpointServiceConnectionStatusPending + const EndpointServiceConnectionStatusRejected + func (s *EndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + type PartialRegistryPartialTrackedResource struct + Identity *identity.LegacySystemAndUserAssignedMap + Sku *PartialSku + Tags *map[string]string + type PartialSku struct + Capacity *int64 + Family *string + Name *string + Size *string + Tier *SkuTier + type PrivateEndpointResource struct + Id *string + SubnetArmId *string + type RegistriesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RegistryTrackedResource + OData *odata.OData + Poller pollers.Poller + type RegistriesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type RegistriesGetOperationResponse struct + HttpResponse *http.Response + Model *RegistryTrackedResource + OData *odata.OData + type RegistriesListBySubscriptionCompleteResult struct + Items []RegistryTrackedResource + LatestHttpResponse *http.Response + type RegistriesListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *RegistriesListBySubscriptionCustomPager) NextPageLink() *odata.Link + type RegistriesListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]RegistryTrackedResource + OData *odata.OData + type RegistriesListCompleteResult struct + Items []RegistryTrackedResource + LatestHttpResponse *http.Response + type RegistriesListCustomPager struct + NextLink *odata.Link + func (p *RegistriesListCustomPager) NextPageLink() *odata.Link + type RegistriesListOperationResponse struct + HttpResponse *http.Response + Model *[]RegistryTrackedResource + OData *odata.OData + type RegistriesRemoveRegionsOperationResponse struct + HttpResponse *http.Response + Model *RegistryTrackedResource + OData *odata.OData + Poller pollers.Poller + type RegistriesUpdateOperationResponse struct + HttpResponse *http.Response + Model *RegistryTrackedResource + OData *odata.OData + type Registry struct + DiscoveryURL *string + IntellectualPropertyPublisher *string + ManagedResourceGroup *ArmResourceId + MlFlowRegistryUri *string + PublicNetworkAccess *string + RegionDetails *[]RegistryRegionArmDetails + RegistryPrivateEndpointConnections *[]RegistryPrivateEndpointConnection + type RegistryId struct + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewRegistryID(subscriptionId string, resourceGroupName string, registryName string) RegistryId + func ParseRegistryID(input string) (*RegistryId, error) + func ParseRegistryIDInsensitively(input string) (*RegistryId, error) + func (id *RegistryId) FromParseResult(input resourceids.ParseResult) error + func (id RegistryId) ID() string + func (id RegistryId) Segments() []resourceids.Segment + func (id RegistryId) String() string + type RegistryManagementClient struct + Client *resourcemanager.Client + func NewRegistryManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*RegistryManagementClient, error) + func (c RegistryManagementClient) RegistriesCreateOrUpdate(ctx context.Context, id RegistryId, input RegistryTrackedResource) (result RegistriesCreateOrUpdateOperationResponse, err error) + func (c RegistryManagementClient) RegistriesCreateOrUpdateThenPoll(ctx context.Context, id RegistryId, input RegistryTrackedResource) error + func (c RegistryManagementClient) RegistriesDelete(ctx context.Context, id RegistryId) (result RegistriesDeleteOperationResponse, err error) + func (c RegistryManagementClient) RegistriesDeleteThenPoll(ctx context.Context, id RegistryId) error + func (c RegistryManagementClient) RegistriesGet(ctx context.Context, id RegistryId) (result RegistriesGetOperationResponse, err error) + func (c RegistryManagementClient) RegistriesList(ctx context.Context, id commonids.ResourceGroupId) (result RegistriesListOperationResponse, err error) + func (c RegistryManagementClient) RegistriesListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result RegistriesListBySubscriptionOperationResponse, err error) + func (c RegistryManagementClient) RegistriesListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (RegistriesListBySubscriptionCompleteResult, error) + func (c RegistryManagementClient) RegistriesListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result RegistriesListBySubscriptionCompleteResult, err error) + func (c RegistryManagementClient) RegistriesListComplete(ctx context.Context, id commonids.ResourceGroupId) (RegistriesListCompleteResult, error) + func (c RegistryManagementClient) RegistriesListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result RegistriesListCompleteResult, err error) + func (c RegistryManagementClient) RegistriesRemoveRegions(ctx context.Context, id RegistryId, input RegistryTrackedResource) (result RegistriesRemoveRegionsOperationResponse, err error) + func (c RegistryManagementClient) RegistriesRemoveRegionsThenPoll(ctx context.Context, id RegistryId, input RegistryTrackedResource) error + func (c RegistryManagementClient) RegistriesUpdate(ctx context.Context, id RegistryId, ...) (result RegistriesUpdateOperationResponse, err error) + type RegistryPrivateEndpointConnection struct + Id *string + Location *string + Properties *RegistryPrivateEndpointConnectionProperties + type RegistryPrivateEndpointConnectionProperties struct + GroupIds *[]string + PrivateEndpoint *PrivateEndpointResource + ProvisioningState *string + RegistryPrivateLinkServiceConnectionState *RegistryPrivateLinkServiceConnectionState + type RegistryPrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *EndpointServiceConnectionStatus + type RegistryRegionArmDetails struct + AcrDetails *[]AcrDetails + Location *string + StorageAccountDetails *[]StorageAccountDetails + type RegistryTrackedResource struct + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Kind *string + Location string + Name *string + Properties Registry + Sku *Sku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type RegistryTrackedResourceOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p RegistryTrackedResourceOperationPredicate) Matches(input RegistryTrackedResource) bool + type Sku struct + Capacity *int64 + Family *string + Name string + Size *string + Tier *SkuTier + type SkuTier string + const SkuTierBasic + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type StorageAccountDetails struct + SystemCreatedStorageAccount *SystemCreatedStorageAccount + UserCreatedStorageAccount *UserCreatedStorageAccount + type SystemCreatedAcrAccount struct + AcrAccountName *string + AcrAccountSku *string + ArmResourceId *ArmResourceId + type SystemCreatedStorageAccount struct + AllowBlobPublicAccess *bool + ArmResourceId *ArmResourceId + StorageAccountHnsEnabled *bool + StorageAccountName *string + StorageAccountType *string + type UserCreatedAcrAccount struct + ArmResourceId *ArmResourceId + type UserCreatedStorageAccount struct + ArmResourceId *ArmResourceId