Documentation ¶
Index ¶
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DelegationSettingsClient
- 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
- type GetOperationResponse
- type ListSecretsOperationResponse
- type PortalDelegationSettings
- type PortalDelegationSettingsProperties
- type PortalSettingValidationKeyContract
- type RegistrationDelegationSettingsProperties
- type ServiceId
- type SubscriptionsDelegationSettingsProperties
- type UpdateOperationOptions
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
Types ¶
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PortalDelegationSettings }
type DelegationSettingsClient ¶
type DelegationSettingsClient struct {
Client *resourcemanager.Client
}
func NewDelegationSettingsClientWithBaseURI ¶
func NewDelegationSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*DelegationSettingsClient, error)
func (DelegationSettingsClient) CreateOrUpdate ¶
func (c DelegationSettingsClient) CreateOrUpdate(ctx context.Context, id ServiceId, input PortalDelegationSettings, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (DelegationSettingsClient) Get ¶
func (c DelegationSettingsClient) Get(ctx context.Context, id ServiceId) (result GetOperationResponse, err error)
Get ...
func (DelegationSettingsClient) GetEntityTag ¶
func (c DelegationSettingsClient) GetEntityTag(ctx context.Context, id ServiceId) (result GetEntityTagOperationResponse, err error)
GetEntityTag ...
func (DelegationSettingsClient) ListSecrets ¶
func (c DelegationSettingsClient) ListSecrets(ctx context.Context, id ServiceId) (result ListSecretsOperationResponse, err error)
ListSecrets ...
func (DelegationSettingsClient) Update ¶
func (c DelegationSettingsClient) Update(ctx context.Context, id ServiceId, input PortalDelegationSettings, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PortalDelegationSettings }
type ListSecretsOperationResponse ¶
type ListSecretsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PortalSettingValidationKeyContract }
type PortalDelegationSettings ¶
type PortalDelegationSettings struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PortalDelegationSettingsProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PortalDelegationSettingsProperties ¶
type PortalDelegationSettingsProperties struct { Subscriptions *SubscriptionsDelegationSettingsProperties `json:"subscriptions,omitempty"` Url *string `json:"url,omitempty"` UserRegistration *RegistrationDelegationSettingsProperties `json:"userRegistration,omitempty"` ValidationKey *string `json:"validationKey,omitempty"` }
type PortalSettingValidationKeyContract ¶
type PortalSettingValidationKeyContract struct {
ValidationKey *string `json:"validationKey,omitempty"`
}
type RegistrationDelegationSettingsProperties ¶
type RegistrationDelegationSettingsProperties struct {
Enabled *bool `json:"enabled,omitempty"`
}
type ServiceId ¶
ServiceId is a struct representing the Resource ID for a Service
func NewServiceID ¶
NewServiceID returns a new ServiceId struct
func ParseServiceID ¶
ParseServiceID parses 'input' into a ServiceId
func ParseServiceIDInsensitively ¶
ParseServiceIDInsensitively parses 'input' case-insensitively into a ServiceId note: this method should only be used for API response data and not user input
func (*ServiceId) FromParseResult ¶
func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error
func (ServiceId) Segments ¶
func (id ServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service ID
type SubscriptionsDelegationSettingsProperties ¶
type SubscriptionsDelegationSettingsProperties struct {
Enabled *bool `json:"enabled,omitempty"`
}
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
IfMatch *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
func (UpdateOperationOptions) ToHeaders ¶
func (o UpdateOperationOptions) ToHeaders() *client.Headers
func (UpdateOperationOptions) ToOData ¶
func (o UpdateOperationOptions) ToOData() *odata.Query
func (UpdateOperationOptions) ToQuery ¶
func (o UpdateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- id_service.go
- method_createorupdate.go
- method_get.go
- method_getentitytag.go
- method_listsecrets.go
- method_update.go
- model_portaldelegationsettings.go
- model_portaldelegationsettingsproperties.go
- model_portalsettingvalidationkeycontract.go
- model_registrationdelegationsettingsproperties.go
- model_subscriptionsdelegationsettingsproperties.go
- version.go
Click to show internal directories.
Click to hide internal directories.