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 PossibleValuesForMetadataAssignmentEntity() []string + func PossibleValuesForMetadataSchemaExportFormat() []string + func PossibleValuesForProvisioningState() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Service + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ExportMetadataSchemaOperationResponse struct + HttpResponse *http.Response + Model *MetadataSchemaExportResult + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Service + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []Service + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Service + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []Service + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]Service + OData *odata.OData + type MetadataAssignmentEntity string + const MetadataAssignmentEntityApi + const MetadataAssignmentEntityDeployment + const MetadataAssignmentEntityEnvironment + func (s *MetadataAssignmentEntity) UnmarshalJSON(bytes []byte) error + type MetadataSchemaExportFormat string + const MetadataSchemaExportFormatInline + const MetadataSchemaExportFormatLink + func (s *MetadataSchemaExportFormat) UnmarshalJSON(bytes []byte) error + type MetadataSchemaExportRequest struct + AssignedTo *MetadataAssignmentEntity + type MetadataSchemaExportResult struct + Format *MetadataSchemaExportFormat + Value *string + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateFailed + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Service struct + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Location string + Name *string + Properties *ServiceProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type ServiceOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ServiceOperationPredicate) Matches(input Service) bool + type ServiceProperties struct + ProvisioningState *ProvisioningState + Restore *bool + type ServiceUpdate struct + Identity *identity.LegacySystemAndUserAssignedMap + Properties *ServiceUpdateProperties + Tags *map[string]string + type ServiceUpdateProperties struct + Restore *bool + type ServicesClient struct + Client *resourcemanager.Client + func NewServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServicesClient, error) + func (c ServicesClient) CreateOrUpdate(ctx context.Context, id ServiceId, input Service) (result CreateOrUpdateOperationResponse, err error) + func (c ServicesClient) Delete(ctx context.Context, id ServiceId) (result DeleteOperationResponse, err error) + func (c ServicesClient) ExportMetadataSchema(ctx context.Context, id ServiceId, input MetadataSchemaExportRequest) (result ExportMetadataSchemaOperationResponse, err error) + func (c ServicesClient) ExportMetadataSchemaThenPoll(ctx context.Context, id ServiceId, input MetadataSchemaExportRequest) error + func (c ServicesClient) Get(ctx context.Context, id ServiceId) (result GetOperationResponse, err error) + func (c ServicesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ServicesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c ServicesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ServicesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c ServicesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c ServicesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c ServicesClient) Update(ctx context.Context, id ServiceId, input ServiceUpdate) (result UpdateOperationResponse, err error) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Service + OData *odata.OData