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 PossibleValuesForProvisioningState() []string + func ValidateRegistryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateScopeMapID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *ScopeMap + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *ScopeMap + OData *odata.OData + type ListCompleteResult struct + Items []ScopeMap + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ScopeMap + OData *odata.OData + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + 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 ScopeMap struct + Id *string + Name *string + Properties *ScopeMapProperties + SystemData *systemdata.SystemData + Type *string + type ScopeMapId struct + RegistryName string + ResourceGroupName string + ScopeMapName string + SubscriptionId string + func NewScopeMapID(subscriptionId string, resourceGroupName string, registryName string, ...) ScopeMapId + func ParseScopeMapID(input string) (*ScopeMapId, error) + func ParseScopeMapIDInsensitively(input string) (*ScopeMapId, error) + func (id *ScopeMapId) FromParseResult(input resourceids.ParseResult) error + func (id ScopeMapId) ID() string + func (id ScopeMapId) Segments() []resourceids.Segment + func (id ScopeMapId) String() string + type ScopeMapOperationPredicate struct + Id *string + Name *string + Type *string + func (p ScopeMapOperationPredicate) Matches(input ScopeMap) bool + type ScopeMapProperties struct + Actions []string + CreationDate *string + Description *string + ProvisioningState *ProvisioningState + Type *string + func (o *ScopeMapProperties) GetCreationDateAsTime() (*time.Time, error) + func (o *ScopeMapProperties) SetCreationDateAsTime(input time.Time) + type ScopeMapPropertiesUpdateParameters struct + Actions *[]string + Description *string + type ScopeMapUpdateParameters struct + Properties *ScopeMapPropertiesUpdateParameters + type ScopeMapsClient struct + Client *resourcemanager.Client + func NewScopeMapsClientWithBaseURI(sdkApi sdkEnv.Api) (*ScopeMapsClient, error) + func (c ScopeMapsClient) Create(ctx context.Context, id ScopeMapId, input ScopeMap) (result CreateOperationResponse, err error) + func (c ScopeMapsClient) CreateThenPoll(ctx context.Context, id ScopeMapId, input ScopeMap) error + func (c ScopeMapsClient) Delete(ctx context.Context, id ScopeMapId) (result DeleteOperationResponse, err error) + func (c ScopeMapsClient) DeleteThenPoll(ctx context.Context, id ScopeMapId) error + func (c ScopeMapsClient) Get(ctx context.Context, id ScopeMapId) (result GetOperationResponse, err error) + func (c ScopeMapsClient) List(ctx context.Context, id RegistryId) (result ListOperationResponse, err error) + func (c ScopeMapsClient) ListComplete(ctx context.Context, id RegistryId) (ListCompleteResult, error) + func (c ScopeMapsClient) ListCompleteMatchingPredicate(ctx context.Context, id RegistryId, predicate ScopeMapOperationPredicate) (result ListCompleteResult, err error) + func (c ScopeMapsClient) Update(ctx context.Context, id ScopeMapId, input ScopeMapUpdateParameters) (result UpdateOperationResponse, err error) + func (c ScopeMapsClient) UpdateThenPoll(ctx context.Context, id ScopeMapId, input ScopeMapUpdateParameters) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ScopeMap + OData *odata.OData + Poller pollers.Poller