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 PossibleValuesForContentSourceType() []string + func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNodeConfigurationID(input interface{}, key string) (warnings []string, errors []error) + type AutomationAccountId struct + AutomationAccountName string + ResourceGroupName string + SubscriptionId string + func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId + func ParseAutomationAccountID(input string) (*AutomationAccountId, error) + func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error) + func (id *AutomationAccountId) FromParseResult(input resourceids.ParseResult) error + func (id AutomationAccountId) ID() string + func (id AutomationAccountId) Segments() []resourceids.Segment + func (id AutomationAccountId) String() string + type ContentHash struct + Algorithm string + Value string + type ContentSource struct + Hash *ContentHash + Type *ContentSourceType + Value *string + Version *string + type ContentSourceType string + const ContentSourceTypeEmbeddedContent + const ContentSourceTypeUri + func (s *ContentSourceType) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DscNodeConfiguration + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DscConfigurationAssociationProperty struct + Name *string + type DscNodeConfiguration struct + Id *string + Name *string + Properties *DscNodeConfigurationProperties + Type *string + type DscNodeConfigurationClient struct + Client *resourcemanager.Client + func NewDscNodeConfigurationClientWithBaseURI(sdkApi sdkEnv.Api) (*DscNodeConfigurationClient, error) + 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, ...) (result ListByAutomationAccountOperationResponse, err error) + func (c DscNodeConfigurationClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId, ...) (ListByAutomationAccountCompleteResult, error) + func (c DscNodeConfigurationClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error) + type DscNodeConfigurationCreateOrUpdateParameters struct + Name *string + Properties *DscNodeConfigurationCreateOrUpdateParametersProperties + Tags *map[string]string + type DscNodeConfigurationCreateOrUpdateParametersProperties struct + Configuration DscConfigurationAssociationProperty + IncrementNodeConfigurationBuild *bool + Source ContentSource + type DscNodeConfigurationOperationPredicate struct + Id *string + Name *string + Type *string + func (p DscNodeConfigurationOperationPredicate) Matches(input DscNodeConfiguration) bool + type DscNodeConfigurationProperties struct + Configuration *DscConfigurationAssociationProperty + CreationTime *string + IncrementNodeConfigurationBuild *bool + LastModifiedTime *string + NodeCount *int64 + Source *string + 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 struct + HttpResponse *http.Response + Model *DscNodeConfiguration + OData *odata.OData + type ListByAutomationAccountCompleteResult struct + Items []DscNodeConfiguration + LatestHttpResponse *http.Response + type ListByAutomationAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAutomationAccountCustomPager) NextPageLink() *odata.Link + type ListByAutomationAccountOperationOptions struct + Filter *string + Inlinecount *string + Skip *int64 + Top *int64 + func DefaultListByAutomationAccountOperationOptions() ListByAutomationAccountOperationOptions + func (o ListByAutomationAccountOperationOptions) ToHeaders() *client.Headers + func (o ListByAutomationAccountOperationOptions) ToOData() *odata.Query + func (o ListByAutomationAccountOperationOptions) ToQuery() *client.QueryParams + type ListByAutomationAccountOperationResponse struct + HttpResponse *http.Response + Model *[]DscNodeConfiguration + OData *odata.OData + type NodeConfigurationId struct + AutomationAccountName string + NodeConfigurationName string + ResourceGroupName string + SubscriptionId string + func NewNodeConfigurationID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) NodeConfigurationId + func ParseNodeConfigurationID(input string) (*NodeConfigurationId, error) + func ParseNodeConfigurationIDInsensitively(input string) (*NodeConfigurationId, error) + func (id *NodeConfigurationId) FromParseResult(input resourceids.ParseResult) error + func (id NodeConfigurationId) ID() string + func (id NodeConfigurationId) Segments() []resourceids.Segment + func (id NodeConfigurationId) String() string