Documentation ¶
Index ¶
- func PossibleValuesForGroupTypeEnum() []string
- func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateHybridRunbookWorkerGroupID(input interface{}, key string) (warnings []string, errors []error)
- type AutomationAccountId
- type CreateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type GroupTypeEnum
- type HybridRunbookWorkerGroup
- type HybridRunbookWorkerGroupClient
- func (c HybridRunbookWorkerGroupClient) Create(ctx context.Context, id HybridRunbookWorkerGroupId, ...) (result CreateOperationResponse, err error)
- func (c HybridRunbookWorkerGroupClient) Delete(ctx context.Context, id HybridRunbookWorkerGroupId) (result DeleteOperationResponse, err error)
- func (c HybridRunbookWorkerGroupClient) Get(ctx context.Context, id HybridRunbookWorkerGroupId) (result GetOperationResponse, err error)
- func (c HybridRunbookWorkerGroupClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountOperationResponse, err error)
- func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, ...) (ListByAutomationAccountCompleteResult, error)
- func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error)
- func (c HybridRunbookWorkerGroupClient) Update(ctx context.Context, id HybridRunbookWorkerGroupId, ...) (result UpdateOperationResponse, err error)
- type HybridRunbookWorkerGroupCreateOrUpdateParameters
- type HybridRunbookWorkerGroupCreateOrUpdateProperties
- type HybridRunbookWorkerGroupId
- func NewHybridRunbookWorkerGroupID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) HybridRunbookWorkerGroupId
- func ParseHybridRunbookWorkerGroupID(input string) (*HybridRunbookWorkerGroupId, error)
- func ParseHybridRunbookWorkerGroupIDInsensitively(input string) (*HybridRunbookWorkerGroupId, error)
- type HybridRunbookWorkerGroupOperationPredicate
- type HybridRunbookWorkerGroupProperties
- type ListByAutomationAccountCompleteResult
- type ListByAutomationAccountOperationOptions
- type ListByAutomationAccountOperationResponse
- type RunAsCredentialAssociationProperty
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForGroupTypeEnum ¶
func PossibleValuesForGroupTypeEnum() []string
func ValidateAutomationAccountID ¶
ValidateAutomationAccountID checks that 'input' can be parsed as a Automation Account ID
func ValidateHybridRunbookWorkerGroupID ¶
func ValidateHybridRunbookWorkerGroupID(input interface{}, key string) (warnings []string, errors []error)
ValidateHybridRunbookWorkerGroupID checks that 'input' can be parsed as a Hybrid Runbook Worker Group ID
Types ¶
type AutomationAccountId ¶
type AutomationAccountId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string }
AutomationAccountId is a struct representing the Resource ID for a Automation Account
func NewAutomationAccountID ¶
func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId
NewAutomationAccountID returns a new AutomationAccountId struct
func ParseAutomationAccountID ¶
func ParseAutomationAccountID(input string) (*AutomationAccountId, error)
ParseAutomationAccountID parses 'input' into a AutomationAccountId
func ParseAutomationAccountIDInsensitively ¶
func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error)
ParseAutomationAccountIDInsensitively parses 'input' case-insensitively into a AutomationAccountId note: this method should only be used for API response data and not user input
func (*AutomationAccountId) FromParseResult ¶
func (id *AutomationAccountId) FromParseResult(input resourceids.ParseResult) error
func (AutomationAccountId) ID ¶
func (id AutomationAccountId) ID() string
ID returns the formatted Automation Account ID
func (AutomationAccountId) Segments ¶
func (id AutomationAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Automation Account ID
func (AutomationAccountId) String ¶
func (id AutomationAccountId) String() string
String returns a human-readable description of this Automation Account ID
type CreateOperationResponse ¶
type CreateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *HybridRunbookWorkerGroup }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *HybridRunbookWorkerGroup }
type GroupTypeEnum ¶
type GroupTypeEnum string
const ( GroupTypeEnumSystem GroupTypeEnum = "System" GroupTypeEnumUser GroupTypeEnum = "User" )
func (*GroupTypeEnum) UnmarshalJSON ¶
func (s *GroupTypeEnum) UnmarshalJSON(bytes []byte) error
type HybridRunbookWorkerGroup ¶
type HybridRunbookWorkerGroup struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *HybridRunbookWorkerGroupProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type HybridRunbookWorkerGroupClient ¶
type HybridRunbookWorkerGroupClient struct {
Client *resourcemanager.Client
}
func NewHybridRunbookWorkerGroupClientWithBaseURI ¶
func NewHybridRunbookWorkerGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*HybridRunbookWorkerGroupClient, error)
func (HybridRunbookWorkerGroupClient) Create ¶
func (c HybridRunbookWorkerGroupClient) Create(ctx context.Context, id HybridRunbookWorkerGroupId, input HybridRunbookWorkerGroupCreateOrUpdateParameters) (result CreateOperationResponse, err error)
Create ...
func (HybridRunbookWorkerGroupClient) Delete ¶
func (c HybridRunbookWorkerGroupClient) Delete(ctx context.Context, id HybridRunbookWorkerGroupId) (result DeleteOperationResponse, err error)
Delete ...
func (HybridRunbookWorkerGroupClient) Get ¶
func (c HybridRunbookWorkerGroupClient) Get(ctx context.Context, id HybridRunbookWorkerGroupId) (result GetOperationResponse, err error)
Get ...
func (HybridRunbookWorkerGroupClient) ListByAutomationAccount ¶
func (c HybridRunbookWorkerGroupClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions) (result ListByAutomationAccountOperationResponse, err error)
ListByAutomationAccount ...
func (HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete ¶
func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions) (ListByAutomationAccountCompleteResult, error)
ListByAutomationAccountComplete retrieves all the results into a single object
func (HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate ¶
func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions, predicate HybridRunbookWorkerGroupOperationPredicate) (result ListByAutomationAccountCompleteResult, err error)
ListByAutomationAccountCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (HybridRunbookWorkerGroupClient) Update ¶
func (c HybridRunbookWorkerGroupClient) Update(ctx context.Context, id HybridRunbookWorkerGroupId, input HybridRunbookWorkerGroupCreateOrUpdateParameters) (result UpdateOperationResponse, err error)
Update ...
type HybridRunbookWorkerGroupCreateOrUpdateParameters ¶
type HybridRunbookWorkerGroupCreateOrUpdateParameters struct { Name *string `json:"name,omitempty"` Properties *HybridRunbookWorkerGroupCreateOrUpdateProperties `json:"properties,omitempty"` }
type HybridRunbookWorkerGroupCreateOrUpdateProperties ¶
type HybridRunbookWorkerGroupCreateOrUpdateProperties struct {
Credential *RunAsCredentialAssociationProperty `json:"credential,omitempty"`
}
type HybridRunbookWorkerGroupId ¶
type HybridRunbookWorkerGroupId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string HybridRunbookWorkerGroupName string }
HybridRunbookWorkerGroupId is a struct representing the Resource ID for a Hybrid Runbook Worker Group
func NewHybridRunbookWorkerGroupID ¶
func NewHybridRunbookWorkerGroupID(subscriptionId string, resourceGroupName string, automationAccountName string, hybridRunbookWorkerGroupName string) HybridRunbookWorkerGroupId
NewHybridRunbookWorkerGroupID returns a new HybridRunbookWorkerGroupId struct
func ParseHybridRunbookWorkerGroupID ¶
func ParseHybridRunbookWorkerGroupID(input string) (*HybridRunbookWorkerGroupId, error)
ParseHybridRunbookWorkerGroupID parses 'input' into a HybridRunbookWorkerGroupId
func ParseHybridRunbookWorkerGroupIDInsensitively ¶
func ParseHybridRunbookWorkerGroupIDInsensitively(input string) (*HybridRunbookWorkerGroupId, error)
ParseHybridRunbookWorkerGroupIDInsensitively parses 'input' case-insensitively into a HybridRunbookWorkerGroupId note: this method should only be used for API response data and not user input
func (*HybridRunbookWorkerGroupId) FromParseResult ¶
func (id *HybridRunbookWorkerGroupId) FromParseResult(input resourceids.ParseResult) error
func (HybridRunbookWorkerGroupId) ID ¶
func (id HybridRunbookWorkerGroupId) ID() string
ID returns the formatted Hybrid Runbook Worker Group ID
func (HybridRunbookWorkerGroupId) Segments ¶
func (id HybridRunbookWorkerGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Hybrid Runbook Worker Group ID
func (HybridRunbookWorkerGroupId) String ¶
func (id HybridRunbookWorkerGroupId) String() string
String returns a human-readable description of this Hybrid Runbook Worker Group ID
type HybridRunbookWorkerGroupOperationPredicate ¶
func (HybridRunbookWorkerGroupOperationPredicate) Matches ¶
func (p HybridRunbookWorkerGroupOperationPredicate) Matches(input HybridRunbookWorkerGroup) bool
type HybridRunbookWorkerGroupProperties ¶
type HybridRunbookWorkerGroupProperties struct { Credential *RunAsCredentialAssociationProperty `json:"credential,omitempty"` GroupType *GroupTypeEnum `json:"groupType,omitempty"` }
type ListByAutomationAccountCompleteResult ¶
type ListByAutomationAccountCompleteResult struct { LatestHttpResponse *http.Response Items []HybridRunbookWorkerGroup }
type ListByAutomationAccountOperationOptions ¶
type ListByAutomationAccountOperationOptions struct {
Filter *string
}
func DefaultListByAutomationAccountOperationOptions ¶
func DefaultListByAutomationAccountOperationOptions() ListByAutomationAccountOperationOptions
func (ListByAutomationAccountOperationOptions) ToHeaders ¶
func (o ListByAutomationAccountOperationOptions) ToHeaders() *client.Headers
func (ListByAutomationAccountOperationOptions) ToOData ¶
func (o ListByAutomationAccountOperationOptions) ToOData() *odata.Query
func (ListByAutomationAccountOperationOptions) ToQuery ¶
func (o ListByAutomationAccountOperationOptions) ToQuery() *client.QueryParams
type ListByAutomationAccountOperationResponse ¶
type ListByAutomationAccountOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]HybridRunbookWorkerGroup }
type RunAsCredentialAssociationProperty ¶
type RunAsCredentialAssociationProperty struct {
Name *string `json:"name,omitempty"`
}
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *HybridRunbookWorkerGroup }
Source Files ¶
- client.go
- constants.go
- id_automationaccount.go
- id_hybridrunbookworkergroup.go
- method_create.go
- method_delete.go
- method_get.go
- method_listbyautomationaccount.go
- method_update.go
- model_hybridrunbookworkergroup.go
- model_hybridrunbookworkergroupcreateorupdateparameters.go
- model_hybridrunbookworkergroupcreateorupdateproperties.go
- model_hybridrunbookworkergroupproperties.go
- model_runascredentialassociationproperty.go
- predicates.go
- version.go