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 ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *PortalSettingsCollection + OData *odata.OData + type PortalSettingsClient struct + Client *resourcemanager.Client + func NewPortalSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*PortalSettingsClient, error) + func (c PortalSettingsClient) ListByService(ctx context.Context, id ServiceId) (result ListByServiceOperationResponse, err error) + type PortalSettingsCollection struct + Count *int64 + Value *[]PortalSettingsContract + type PortalSettingsContract struct + Id *string + Name *string + Properties *PortalSettingsContractProperties + Type *string + type PortalSettingsContractProperties struct + Enabled *bool + Subscriptions *SubscriptionsDelegationSettingsProperties + TermsOfService *TermsOfServiceProperties + Url *string + UserRegistration *RegistrationDelegationSettingsProperties + ValidationKey *string + type RegistrationDelegationSettingsProperties struct + Enabled *bool + 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 SubscriptionsDelegationSettingsProperties struct + Enabled *bool + type TermsOfServiceProperties struct + ConsentRequired *bool + Enabled *bool + Text *string