Documentation ¶
Index ¶
- func PossibleValuesForContentSourceType() []string
- func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateNodeConfigurationID(input interface{}, key string) (warnings []string, errors []error)
- type AutomationAccountId
- type ContentHash
- type ContentSource
- type ContentSourceType
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type DscConfigurationAssociationProperty
- type DscNodeConfiguration
- type DscNodeConfigurationClient
- func (c DscNodeConfigurationClient) CreateOrUpdate(ctx context.Context, id NodeConfigurationId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c DscNodeConfigurationClient) CreateOrUpdateThenPoll(ctx context.Context, id NodeConfigurationId, ...) error
- func (c DscNodeConfigurationClient) Delete(ctx context.Context, id NodeConfigurationId) (result DeleteOperationResponse, err error)
- func (c DscNodeConfigurationClient) Get(ctx context.Context, id NodeConfigurationId) (result GetOperationResponse, err error)
- func (c DscNodeConfigurationClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId, ...) (resp ListByAutomationAccountOperationResponse, err error)
- func (c DscNodeConfigurationClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, ...) (ListByAutomationAccountCompleteResult, error)
- func (c DscNodeConfigurationClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (resp ListByAutomationAccountCompleteResult, err error)
- type DscNodeConfigurationCreateOrUpdateParameters
- type DscNodeConfigurationCreateOrUpdateParametersProperties
- type DscNodeConfigurationOperationPredicate
- type DscNodeConfigurationProperties
- func (o *DscNodeConfigurationProperties) GetCreationTimeAsTime() (*time.Time, error)
- func (o *DscNodeConfigurationProperties) GetLastModifiedTimeAsTime() (*time.Time, error)
- func (o *DscNodeConfigurationProperties) SetCreationTimeAsTime(input time.Time)
- func (o *DscNodeConfigurationProperties) SetLastModifiedTimeAsTime(input time.Time)
- type GetOperationResponse
- type ListByAutomationAccountCompleteResult
- type ListByAutomationAccountOperationOptions
- type ListByAutomationAccountOperationResponse
- type NodeConfigurationId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForContentSourceType ¶
func PossibleValuesForContentSourceType() []string
func ValidateAutomationAccountID ¶
ValidateAutomationAccountID checks that 'input' can be parsed as a Automation Account ID
func ValidateNodeConfigurationID ¶
ValidateNodeConfigurationID checks that 'input' can be parsed as a Node Configuration 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 ContentHash ¶
type ContentSource ¶
type ContentSource struct { Hash *ContentHash `json:"hash,omitempty"` Type *ContentSourceType `json:"type,omitempty"` Value *string `json:"value,omitempty"` Version *string `json:"version,omitempty"` }
type ContentSourceType ¶
type ContentSourceType string
const ( ContentSourceTypeEmbeddedContent ContentSourceType = "embeddedContent" ContentSourceTypeUri ContentSourceType = "uri" )
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type DscConfigurationAssociationProperty ¶
type DscConfigurationAssociationProperty struct {
Name *string `json:"name,omitempty"`
}
type DscNodeConfiguration ¶
type DscNodeConfiguration struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *DscNodeConfigurationProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type DscNodeConfigurationClient ¶
type DscNodeConfigurationClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewDscNodeConfigurationClientWithBaseURI ¶
func NewDscNodeConfigurationClientWithBaseURI(endpoint string) DscNodeConfigurationClient
func (DscNodeConfigurationClient) CreateOrUpdate ¶
func (c DscNodeConfigurationClient) CreateOrUpdate(ctx context.Context, id NodeConfigurationId, input DscNodeConfigurationCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (DscNodeConfigurationClient) CreateOrUpdateThenPoll ¶
func (c DscNodeConfigurationClient) CreateOrUpdateThenPoll(ctx context.Context, id NodeConfigurationId, input DscNodeConfigurationCreateOrUpdateParameters) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (DscNodeConfigurationClient) Delete ¶
func (c DscNodeConfigurationClient) Delete(ctx context.Context, id NodeConfigurationId) (result DeleteOperationResponse, err error)
Delete ...
func (DscNodeConfigurationClient) Get ¶
func (c DscNodeConfigurationClient) Get(ctx context.Context, id NodeConfigurationId) (result GetOperationResponse, err error)
Get ...
func (DscNodeConfigurationClient) ListByAutomationAccount ¶
func (c DscNodeConfigurationClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions) (resp ListByAutomationAccountOperationResponse, err error)
ListByAutomationAccount ...
func (DscNodeConfigurationClient) ListByAutomationAccountComplete ¶
func (c DscNodeConfigurationClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions) (ListByAutomationAccountCompleteResult, error)
ListByAutomationAccountComplete retrieves all of the results into a single object
func (DscNodeConfigurationClient) ListByAutomationAccountCompleteMatchingPredicate ¶
func (c DscNodeConfigurationClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, options ListByAutomationAccountOperationOptions, predicate DscNodeConfigurationOperationPredicate) (resp ListByAutomationAccountCompleteResult, err error)
ListByAutomationAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type DscNodeConfigurationCreateOrUpdateParameters ¶
type DscNodeConfigurationCreateOrUpdateParameters struct { Name *string `json:"name,omitempty"` Properties *DscNodeConfigurationCreateOrUpdateParametersProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type DscNodeConfigurationCreateOrUpdateParametersProperties ¶
type DscNodeConfigurationCreateOrUpdateParametersProperties struct { Configuration DscConfigurationAssociationProperty `json:"configuration"` IncrementNodeConfigurationBuild *bool `json:"incrementNodeConfigurationBuild,omitempty"` Source ContentSource `json:"source"` }
type DscNodeConfigurationOperationPredicate ¶
func (DscNodeConfigurationOperationPredicate) Matches ¶
func (p DscNodeConfigurationOperationPredicate) Matches(input DscNodeConfiguration) bool
type DscNodeConfigurationProperties ¶
type DscNodeConfigurationProperties struct { Configuration *DscConfigurationAssociationProperty `json:"configuration,omitempty"` CreationTime *string `json:"creationTime,omitempty"` IncrementNodeConfigurationBuild *bool `json:"incrementNodeConfigurationBuild,omitempty"` LastModifiedTime *string `json:"lastModifiedTime,omitempty"` NodeCount *int64 `json:"nodeCount,omitempty"` Source *string `json:"source,omitempty"` }
func (*DscNodeConfigurationProperties) GetCreationTimeAsTime ¶
func (o *DscNodeConfigurationProperties) GetCreationTimeAsTime() (*time.Time, error)
func (*DscNodeConfigurationProperties) GetLastModifiedTimeAsTime ¶
func (o *DscNodeConfigurationProperties) GetLastModifiedTimeAsTime() (*time.Time, error)
func (*DscNodeConfigurationProperties) SetCreationTimeAsTime ¶
func (o *DscNodeConfigurationProperties) SetCreationTimeAsTime(input time.Time)
func (*DscNodeConfigurationProperties) SetLastModifiedTimeAsTime ¶
func (o *DscNodeConfigurationProperties) SetLastModifiedTimeAsTime(input time.Time)
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *DscNodeConfiguration }
type ListByAutomationAccountCompleteResult ¶
type ListByAutomationAccountCompleteResult struct {
Items []DscNodeConfiguration
}
type ListByAutomationAccountOperationOptions ¶
type ListByAutomationAccountOperationOptions struct { Filter *string Inlinecount *string Skip *int64 Top *int64 }
func DefaultListByAutomationAccountOperationOptions ¶
func DefaultListByAutomationAccountOperationOptions() ListByAutomationAccountOperationOptions
type ListByAutomationAccountOperationResponse ¶
type ListByAutomationAccountOperationResponse struct { HttpResponse *http.Response Model *[]DscNodeConfiguration // 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 NodeConfigurationId ¶
type NodeConfigurationId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string NodeConfigurationName string }
NodeConfigurationId is a struct representing the Resource ID for a Node Configuration
func NewNodeConfigurationID ¶
func NewNodeConfigurationID(subscriptionId string, resourceGroupName string, automationAccountName string, nodeConfigurationName string) NodeConfigurationId
NewNodeConfigurationID returns a new NodeConfigurationId struct
func ParseNodeConfigurationID ¶
func ParseNodeConfigurationID(input string) (*NodeConfigurationId, error)
ParseNodeConfigurationID parses 'input' into a NodeConfigurationId
func ParseNodeConfigurationIDInsensitively ¶
func ParseNodeConfigurationIDInsensitively(input string) (*NodeConfigurationId, error)
ParseNodeConfigurationIDInsensitively parses 'input' case-insensitively into a NodeConfigurationId note: this method should only be used for API response data and not user input
func (NodeConfigurationId) ID ¶
func (id NodeConfigurationId) ID() string
ID returns the formatted Node Configuration ID
func (NodeConfigurationId) Segments ¶
func (id NodeConfigurationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Node Configuration ID
func (NodeConfigurationId) String ¶
func (id NodeConfigurationId) String() string
String returns a human-readable description of this Node Configuration ID
Source Files ¶
- client.go
- constants.go
- id_automationaccount.go
- id_nodeconfiguration.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyautomationaccount_autorest.go
- model_contenthash.go
- model_contentsource.go
- model_dscconfigurationassociationproperty.go
- model_dscnodeconfiguration.go
- model_dscnodeconfigurationcreateorupdateparameters.go
- model_dscnodeconfigurationcreateorupdateparametersproperties.go
- model_dscnodeconfigurationproperties.go
- predicates.go
- version.go