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 CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PortalDelegationSettings + OData *odata.OData + type DelegationSettingsClient struct + Client *resourcemanager.Client + func NewDelegationSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*DelegationSettingsClient, error) + func (c DelegationSettingsClient) CreateOrUpdate(ctx context.Context, id ServiceId, input PortalDelegationSettings, ...) (result CreateOrUpdateOperationResponse, err error) + func (c DelegationSettingsClient) Get(ctx context.Context, id ServiceId) (result GetOperationResponse, err error) + func (c DelegationSettingsClient) GetEntityTag(ctx context.Context, id ServiceId) (result GetEntityTagOperationResponse, err error) + func (c DelegationSettingsClient) ListSecrets(ctx context.Context, id ServiceId) (result ListSecretsOperationResponse, err error) + func (c DelegationSettingsClient) Update(ctx context.Context, id ServiceId, input PortalDelegationSettings, ...) (result UpdateOperationResponse, err error) + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *PortalDelegationSettings + OData *odata.OData + type ListSecretsOperationResponse struct + HttpResponse *http.Response + Model *PortalSettingValidationKeyContract + OData *odata.OData + type PortalDelegationSettings struct + Id *string + Name *string + Properties *PortalDelegationSettingsProperties + Type *string + type PortalDelegationSettingsProperties struct + Subscriptions *SubscriptionsDelegationSettingsProperties + Url *string + UserRegistration *RegistrationDelegationSettingsProperties + ValidationKey *string + type PortalSettingValidationKeyContract struct + 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 UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData