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 DeleteOperationResponse
- type GetOperationResponse
- type GroupTypeEnum
- type HybridRunbookWorker
- func (o *HybridRunbookWorker) GetLastSeenDateTimeAsTime() (*time.Time, error)
- func (o *HybridRunbookWorker) GetRegistrationTimeAsTime() (*time.Time, error)
- func (o *HybridRunbookWorker) SetLastSeenDateTimeAsTime(input time.Time)
- func (o *HybridRunbookWorker) SetRegistrationTimeAsTime(input time.Time)
- type HybridRunbookWorkerGroup
- type HybridRunbookWorkerGroupClient
- 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, ...) (resp ListByAutomationAccountOperationResponse, err error)
- func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, ...) (ListByAutomationAccountCompleteResult, error)
- func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (resp ListByAutomationAccountCompleteResult, err error)
- func (c HybridRunbookWorkerGroupClient) Update(ctx context.Context, id HybridRunbookWorkerGroupId, ...) (result UpdateOperationResponse, err error)
- 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 HybridRunbookWorkerGroupUpdateParameters
- 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) 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 DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *HybridRunbookWorkerGroup }
type GroupTypeEnum ¶
type GroupTypeEnum string
const ( GroupTypeEnumSystem GroupTypeEnum = "System" GroupTypeEnumUser GroupTypeEnum = "User" )
type HybridRunbookWorker ¶
type HybridRunbookWorker struct { IP *string `json:"ip,omitempty"` LastSeenDateTime *string `json:"lastSeenDateTime,omitempty"` Name *string `json:"name,omitempty"` RegistrationTime *string `json:"registrationTime,omitempty"` }
func (*HybridRunbookWorker) GetLastSeenDateTimeAsTime ¶
func (o *HybridRunbookWorker) GetLastSeenDateTimeAsTime() (*time.Time, error)
func (*HybridRunbookWorker) GetRegistrationTimeAsTime ¶
func (o *HybridRunbookWorker) GetRegistrationTimeAsTime() (*time.Time, error)
func (*HybridRunbookWorker) SetLastSeenDateTimeAsTime ¶
func (o *HybridRunbookWorker) SetLastSeenDateTimeAsTime(input time.Time)
func (*HybridRunbookWorker) SetRegistrationTimeAsTime ¶
func (o *HybridRunbookWorker) SetRegistrationTimeAsTime(input time.Time)
type HybridRunbookWorkerGroup ¶
type HybridRunbookWorkerGroup struct { Credential *RunAsCredentialAssociationProperty `json:"credential,omitempty"` GroupType *GroupTypeEnum `json:"groupType,omitempty"` HybridRunbookWorkers *[]HybridRunbookWorker `json:"hybridRunbookWorkers,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` }
type HybridRunbookWorkerGroupClient ¶
type HybridRunbookWorkerGroupClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewHybridRunbookWorkerGroupClientWithBaseURI ¶
func NewHybridRunbookWorkerGroupClientWithBaseURI(endpoint string) HybridRunbookWorkerGroupClient
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) (resp ListByAutomationAccountOperationResponse, err error)
ListByAutomationAccount ...
func (HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete ¶
func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions) (ListByAutomationAccountCompleteResult, error)
ListByAutomationAccountComplete retrieves all of the results into a single object
func (HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate ¶
func (c HybridRunbookWorkerGroupClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions, predicate HybridRunbookWorkerGroupOperationPredicate) (resp ListByAutomationAccountCompleteResult, err error)
ListByAutomationAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (HybridRunbookWorkerGroupClient) Update ¶
func (c HybridRunbookWorkerGroupClient) Update(ctx context.Context, id HybridRunbookWorkerGroupId, input HybridRunbookWorkerGroupUpdateParameters) (result UpdateOperationResponse, err error)
Update ...
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) 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 HybridRunbookWorkerGroupUpdateParameters ¶
type HybridRunbookWorkerGroupUpdateParameters struct {
Credential *RunAsCredentialAssociationProperty `json:"credential,omitempty"`
}
type ListByAutomationAccountCompleteResult ¶
type ListByAutomationAccountCompleteResult struct {
Items []HybridRunbookWorkerGroup
}
type ListByAutomationAccountOperationOptions ¶
type ListByAutomationAccountOperationOptions struct {
Filter *string
}
func DefaultListByAutomationAccountOperationOptions ¶
func DefaultListByAutomationAccountOperationOptions() ListByAutomationAccountOperationOptions
type ListByAutomationAccountOperationResponse ¶
type ListByAutomationAccountOperationResponse struct { HttpResponse *http.Response Model *[]HybridRunbookWorkerGroup // contains filtered or unexported fields }
func (ListByAutomationAccountOperationResponse) HasMore ¶
func (r ListByAutomationAccountOperationResponse) HasMore() bool
func (ListByAutomationAccountOperationResponse) LoadMore ¶
func (r ListByAutomationAccountOperationResponse) LoadMore(ctx context.Context) (resp ListByAutomationAccountOperationResponse, err error)
type RunAsCredentialAssociationProperty ¶
type RunAsCredentialAssociationProperty struct {
Name *string `json:"name,omitempty"`
}
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response Model *HybridRunbookWorkerGroup }
Source Files ¶
- client.go
- constants.go
- id_automationaccount.go
- id_hybridrunbookworkergroup.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyautomationaccount_autorest.go
- method_update_autorest.go
- model_hybridrunbookworker.go
- model_hybridrunbookworkergroup.go
- model_hybridrunbookworkergroupupdateparameters.go
- model_runascredentialassociationproperty.go
- predicates.go
- version.go