Versions in this module Expand all Collapse all v45 v45.1.2 Aug 18, 2020 v45.1.1 Aug 14, 2020 v45.1.0 Aug 7, 2020 v45.0.0 Aug 3, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (a *Account) UnmarshalJSON(body []byte) error + func (a Account) MarshalJSON() ([]byte, error) + type AccountClient struct + func NewAccountClient(subscriptionID string) AccountClient + func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient + func (client AccountClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Account, err error) + func (client AccountClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client AccountClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AccountClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string) (result autorest.Response, err error) + func (client AccountClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client AccountClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AccountClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string) (result Account, err error) + func (client AccountClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client AccountClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client AccountClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error) + func (client AccountClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error) + func (client AccountClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error) + func (client AccountClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AccountClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Account, err error) + func (client AccountClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client AccountClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) UpdateSender(req *http.Request) (*http.Response, error) + type AccountCreateOrUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (acoup *AccountCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (acoup AccountCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type AccountCreateOrUpdateProperties struct + Sku *Sku + type AccountListResult struct + NextLink *string + Value *[]Account + func (alr AccountListResult) IsEmpty() bool + type AccountListResultIterator struct + func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator + func (iter *AccountListResultIterator) Next() error + func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AccountListResultIterator) NotDone() bool + func (iter AccountListResultIterator) Response() AccountListResult + func (iter AccountListResultIterator) Value() Account + type AccountListResultPage struct + func NewAccountListResultPage(...) AccountListResultPage + func (page *AccountListResultPage) Next() error + func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AccountListResultPage) NotDone() bool + func (page AccountListResultPage) Response() AccountListResult + func (page AccountListResultPage) Values() []Account + type AccountProperties struct + CreationTime *date.Time + Description *string + LastModifiedBy *string + LastModifiedTime *date.Time + Sku *Sku + State AccountState + func (ap AccountProperties) MarshalJSON() ([]byte, error) + type AccountState string + const Ok + const Suspended + const Unavailable + func PossibleAccountStateValues() []AccountState + type AccountUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (aup *AccountUpdateParameters) UnmarshalJSON(body []byte) error + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type AccountUpdateProperties struct + Sku *Sku + type Activity struct + ID *string + Name *string + func (a *Activity) UnmarshalJSON(body []byte) error + func (a Activity) MarshalJSON() ([]byte, error) + type ActivityClient struct + func NewActivityClient(subscriptionID string) ActivityClient + func NewActivityClientWithBaseURI(baseURI string, subscriptionID string) ActivityClient + func (client ActivityClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Activity, err error) + func (client ActivityClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ActivityClient) GetResponder(resp *http.Response) (result Activity, err error) + func (client ActivityClient) GetSender(req *http.Request) (*http.Response, error) + func (client ActivityClient) ListByModule(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ActivityListResultPage, err error) + func (client ActivityClient) ListByModuleComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ActivityListResultIterator, err error) + func (client ActivityClient) ListByModulePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ActivityClient) ListByModuleResponder(resp *http.Response) (result ActivityListResult, err error) + func (client ActivityClient) ListByModuleSender(req *http.Request) (*http.Response, error) + type ActivityListResult struct + NextLink *string + Value *[]Activity + func (alr ActivityListResult) IsEmpty() bool + type ActivityListResultIterator struct + func NewActivityListResultIterator(page ActivityListResultPage) ActivityListResultIterator + func (iter *ActivityListResultIterator) Next() error + func (iter *ActivityListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ActivityListResultIterator) NotDone() bool + func (iter ActivityListResultIterator) Response() ActivityListResult + func (iter ActivityListResultIterator) Value() Activity + type ActivityListResultPage struct + func NewActivityListResultPage(...) ActivityListResultPage + func (page *ActivityListResultPage) Next() error + func (page *ActivityListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ActivityListResultPage) NotDone() bool + func (page ActivityListResultPage) Response() ActivityListResult + func (page ActivityListResultPage) Values() []Activity + type ActivityOutputType struct + Name *string + Type *string + type ActivityParameter struct + Description *string + IsDynamic *bool + IsMandatory *bool + Name *string + Position *int64 + Type *string + ValidationSet *[]ActivityParameterValidationSet + ValueFromPipeline *bool + ValueFromPipelineByPropertyName *bool + ValueFromRemainingArguments *bool + type ActivityParameterSet struct + Name *string + Parameters *[]ActivityParameter + type ActivityParameterValidationSet struct + MemberValue *string + type ActivityProperties struct + CreationTime *date.Time + Definition *string + Description *string + LastModifiedTime *date.Time + OutputTypes *[]ActivityOutputType + ParameterSets *[]ActivityParameterSet + type AdvancedSchedule struct + MonthDays *[]int32 + MonthlyOccurrences *[]AdvancedScheduleMonthlyOccurrence + WeekDays *[]string + type AdvancedScheduleMonthlyOccurrence struct + Day ScheduleDay + Occurrence *int32 + type AgentRegistration struct + DscMetaConfiguration *string + Endpoint *string + ID *string + Keys *AgentRegistrationKeys + type AgentRegistrationInformationClient struct + func NewAgentRegistrationInformationClient(subscriptionID string) AgentRegistrationInformationClient + func NewAgentRegistrationInformationClientWithBaseURI(baseURI string, subscriptionID string) AgentRegistrationInformationClient + func (client AgentRegistrationInformationClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string) (result AgentRegistration, err error) + func (client AgentRegistrationInformationClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client AgentRegistrationInformationClient) GetResponder(resp *http.Response) (result AgentRegistration, err error) + func (client AgentRegistrationInformationClient) GetSender(req *http.Request) (*http.Response, error) + func (client AgentRegistrationInformationClient) RegenerateKey(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result AgentRegistration, err error) + func (client AgentRegistrationInformationClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client AgentRegistrationInformationClient) RegenerateKeyResponder(resp *http.Response) (result AgentRegistration, err error) + func (client AgentRegistrationInformationClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + type AgentRegistrationKeyName string + const Primary + const Secondary + func PossibleAgentRegistrationKeyNameValues() []AgentRegistrationKeyName + type AgentRegistrationKeys struct + Primary *string + Secondary *string + type AgentRegistrationRegenerateKeyParameter struct + KeyName AgentRegistrationKeyName + type AzureQueryProperties struct + Locations *[]string + Scope *[]string + TagSettings *TagSettingsProperties + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Certificate struct + ID *string + Name *string + Type *string + func (c *Certificate) UnmarshalJSON(body []byte) error + func (c Certificate) MarshalJSON() ([]byte, error) + type CertificateClient struct + func NewCertificateClient(subscriptionID string) CertificateClient + func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient + func (client CertificateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Certificate, err error) + func (client CertificateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CertificateClient) CreateOrUpdateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client CertificateClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CertificateClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificateClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Certificate, err error) + func (client CertificateClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CertificateClient) GetResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) GetSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result CertificateListResultPage, err error) + func (client CertificateClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result CertificateListResultIterator, err error) + func (client CertificateClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client CertificateClient) ListByAutomationAccountResponder(resp *http.Response) (result CertificateListResult, err error) + func (client CertificateClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Certificate, err error) + func (client CertificateClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CertificateClient) UpdateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) UpdateSender(req *http.Request) (*http.Response, error) + type CertificateCreateOrUpdateParameters struct + Name *string + func (ccoup *CertificateCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ccoup CertificateCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type CertificateCreateOrUpdateProperties struct + Base64Value *string + Description *string + IsExportable *bool + Thumbprint *string + type CertificateListResult struct + NextLink *string + Value *[]Certificate + func (clr CertificateListResult) IsEmpty() bool + type CertificateListResultIterator struct + func NewCertificateListResultIterator(page CertificateListResultPage) CertificateListResultIterator + func (iter *CertificateListResultIterator) Next() error + func (iter *CertificateListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CertificateListResultIterator) NotDone() bool + func (iter CertificateListResultIterator) Response() CertificateListResult + func (iter CertificateListResultIterator) Value() Certificate + type CertificateListResultPage struct + func NewCertificateListResultPage(...) CertificateListResultPage + func (page *CertificateListResultPage) Next() error + func (page *CertificateListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CertificateListResultPage) NotDone() bool + func (page CertificateListResultPage) Response() CertificateListResult + func (page CertificateListResultPage) Values() []Certificate + type CertificateProperties struct + CreationTime *date.Time + Description *string + ExpiryTime *date.Time + IsExportable *bool + LastModifiedTime *date.Time + Thumbprint *string + func (cp CertificateProperties) MarshalJSON() ([]byte, error) + type CertificateUpdateParameters struct + Name *string + func (cup *CertificateUpdateParameters) UnmarshalJSON(body []byte) error + func (cup CertificateUpdateParameters) MarshalJSON() ([]byte, error) + type CertificateUpdateProperties struct + Description *string + type CollectionItemUpdateConfiguration struct + AzureVirtualMachines *[]string + Duration *string + type Connection struct + ID *string + Name *string + Type *string + func (c *Connection) UnmarshalJSON(body []byte) error + func (c Connection) MarshalJSON() ([]byte, error) + type ConnectionClient struct + func NewConnectionClient(subscriptionID string) ConnectionClient + func NewConnectionClientWithBaseURI(baseURI string, subscriptionID string) ConnectionClient + func (client ConnectionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Connection, err error) + func (client ConnectionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionClient) CreateOrUpdateResponder(resp *http.Response) (result Connection, err error) + func (client ConnectionClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ConnectionClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Connection, err error) + func (client ConnectionClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionClient) DeleteResponder(resp *http.Response) (result Connection, err error) + func (client ConnectionClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ConnectionClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Connection, err error) + func (client ConnectionClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionClient) GetResponder(resp *http.Response) (result Connection, err error) + func (client ConnectionClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConnectionClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionListResultPage, err error) + func (client ConnectionClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionListResultIterator, err error) + func (client ConnectionClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client ConnectionClient) ListByAutomationAccountResponder(resp *http.Response) (result ConnectionListResult, err error) + func (client ConnectionClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client ConnectionClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Connection, err error) + func (client ConnectionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionClient) UpdateResponder(resp *http.Response) (result Connection, err error) + func (client ConnectionClient) UpdateSender(req *http.Request) (*http.Response, error) + type ConnectionCreateOrUpdateParameters struct + Name *string + func (ccoup *ConnectionCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ccoup ConnectionCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type ConnectionCreateOrUpdateProperties struct + ConnectionType *ConnectionTypeAssociationProperty + Description *string + FieldDefinitionValues map[string]*string + func (ccoup ConnectionCreateOrUpdateProperties) MarshalJSON() ([]byte, error) + type ConnectionListResult struct + NextLink *string + Value *[]Connection + func (clr ConnectionListResult) IsEmpty() bool + type ConnectionListResultIterator struct + func NewConnectionListResultIterator(page ConnectionListResultPage) ConnectionListResultIterator + func (iter *ConnectionListResultIterator) Next() error + func (iter *ConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConnectionListResultIterator) NotDone() bool + func (iter ConnectionListResultIterator) Response() ConnectionListResult + func (iter ConnectionListResultIterator) Value() Connection + type ConnectionListResultPage struct + func NewConnectionListResultPage(...) ConnectionListResultPage + func (page *ConnectionListResultPage) Next() error + func (page *ConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConnectionListResultPage) NotDone() bool + func (page ConnectionListResultPage) Response() ConnectionListResult + func (page ConnectionListResultPage) Values() []Connection + type ConnectionProperties struct + ConnectionType *ConnectionTypeAssociationProperty + CreationTime *date.Time + Description *string + FieldDefinitionValues map[string]*string + LastModifiedTime *date.Time + func (cp ConnectionProperties) MarshalJSON() ([]byte, error) + type ConnectionType struct + ID *string + Name *string + Type *string + func (ct *ConnectionType) UnmarshalJSON(body []byte) error + func (ct ConnectionType) MarshalJSON() ([]byte, error) + type ConnectionTypeAssociationProperty struct + Name *string + type ConnectionTypeClient struct + func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient + func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient + func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ConnectionType, err error) + func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionType, err error) + func (client ConnectionTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ConnectionType, err error) + func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err error) + func (client ConnectionTypeClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionTypeListResultPage, err error) + func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionTypeListResultIterator, err error) + func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result ConnectionTypeListResult, err error) + func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type ConnectionTypeCreateOrUpdateParameters struct + Name *string + func (ctcoup *ConnectionTypeCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ctcoup ConnectionTypeCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type ConnectionTypeCreateOrUpdateProperties struct + FieldDefinitions map[string]*FieldDefinition + IsGlobal *bool + func (ctcoup ConnectionTypeCreateOrUpdateProperties) MarshalJSON() ([]byte, error) + type ConnectionTypeListResult struct + NextLink *string + Value *[]ConnectionType + func (ctlr ConnectionTypeListResult) IsEmpty() bool + type ConnectionTypeListResultIterator struct + func NewConnectionTypeListResultIterator(page ConnectionTypeListResultPage) ConnectionTypeListResultIterator + func (iter *ConnectionTypeListResultIterator) Next() error + func (iter *ConnectionTypeListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConnectionTypeListResultIterator) NotDone() bool + func (iter ConnectionTypeListResultIterator) Response() ConnectionTypeListResult + func (iter ConnectionTypeListResultIterator) Value() ConnectionType + type ConnectionTypeListResultPage struct + func NewConnectionTypeListResultPage(...) ConnectionTypeListResultPage + func (page *ConnectionTypeListResultPage) Next() error + func (page *ConnectionTypeListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConnectionTypeListResultPage) NotDone() bool + func (page ConnectionTypeListResultPage) Response() ConnectionTypeListResult + func (page ConnectionTypeListResultPage) Values() []ConnectionType + type ConnectionTypeProperties struct + CreationTime *date.Time + Description *string + FieldDefinitions map[string]*FieldDefinition + IsGlobal *bool + LastModifiedTime *date.Time + func (ctp ConnectionTypeProperties) MarshalJSON() ([]byte, error) + type ConnectionUpdateParameters struct + Name *string + func (cup *ConnectionUpdateParameters) UnmarshalJSON(body []byte) error + func (cup ConnectionUpdateParameters) MarshalJSON() ([]byte, error) + type ConnectionUpdateProperties struct + Description *string + FieldDefinitionValues map[string]*string + func (cup ConnectionUpdateProperties) MarshalJSON() ([]byte, error) + type ContentHash struct + Algorithm *string + Value *string + type ContentLink struct + ContentHash *ContentHash + URI *string + Version *string + type ContentSource struct + Hash *ContentHash + Type ContentSourceType + Value *string + Version *string + type ContentSourceType string + const EmbeddedContent + const URI + func PossibleContentSourceTypeValues() []ContentSourceType + type CountType string + const Nodeconfiguration + const Status + func PossibleCountTypeValues() []CountType + type Credential struct + ID *string + Name *string + Type *string + func (c *Credential) UnmarshalJSON(body []byte) error + func (c Credential) MarshalJSON() ([]byte, error) + type CredentialClient struct + func NewCredentialClient(subscriptionID string) CredentialClient + func NewCredentialClientWithBaseURI(baseURI string, subscriptionID string) CredentialClient + func (client CredentialClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Credential, err error) + func (client CredentialClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CredentialClient) CreateOrUpdateResponder(resp *http.Response) (result Credential, err error) + func (client CredentialClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CredentialClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client CredentialClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CredentialClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CredentialClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CredentialClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Credential, err error) + func (client CredentialClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CredentialClient) GetResponder(resp *http.Response) (result Credential, err error) + func (client CredentialClient) GetSender(req *http.Request) (*http.Response, error) + func (client CredentialClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result CredentialListResultPage, err error) + func (client CredentialClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result CredentialListResultIterator, err error) + func (client CredentialClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client CredentialClient) ListByAutomationAccountResponder(resp *http.Response) (result CredentialListResult, err error) + func (client CredentialClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client CredentialClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Credential, err error) + func (client CredentialClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client CredentialClient) UpdateResponder(resp *http.Response) (result Credential, err error) + func (client CredentialClient) UpdateSender(req *http.Request) (*http.Response, error) + type CredentialCreateOrUpdateParameters struct + Name *string + func (ccoup *CredentialCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ccoup CredentialCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type CredentialCreateOrUpdateProperties struct + Description *string + Password *string + UserName *string + type CredentialListResult struct + NextLink *string + Value *[]Credential + func (clr CredentialListResult) IsEmpty() bool + type CredentialListResultIterator struct + func NewCredentialListResultIterator(page CredentialListResultPage) CredentialListResultIterator + func (iter *CredentialListResultIterator) Next() error + func (iter *CredentialListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CredentialListResultIterator) NotDone() bool + func (iter CredentialListResultIterator) Response() CredentialListResult + func (iter CredentialListResultIterator) Value() Credential + type CredentialListResultPage struct + func NewCredentialListResultPage(...) CredentialListResultPage + func (page *CredentialListResultPage) Next() error + func (page *CredentialListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CredentialListResultPage) NotDone() bool + func (page CredentialListResultPage) Response() CredentialListResult + func (page CredentialListResultPage) Values() []Credential + type CredentialProperties struct + CreationTime *date.Time + Description *string + LastModifiedTime *date.Time + UserName *string + func (cp CredentialProperties) MarshalJSON() ([]byte, error) + type CredentialUpdateParameters struct + Name *string + func (cup *CredentialUpdateParameters) UnmarshalJSON(body []byte) error + func (cup CredentialUpdateParameters) MarshalJSON() ([]byte, error) + type CredentialUpdateProperties struct + Description *string + Password *string + UserName *string + type DscCompilationJob struct + ID *string + Name *string + Type *string + func (dcj *DscCompilationJob) UnmarshalJSON(body []byte) error + func (dcj DscCompilationJob) MarshalJSON() ([]byte, error) + type DscCompilationJobClient struct + func NewDscCompilationJobClient(subscriptionID string) DscCompilationJobClient + func NewDscCompilationJobClientWithBaseURI(baseURI string, subscriptionID string) DscCompilationJobClient + func (client DscCompilationJobClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscCompilationJobCreateFuture, err error) + func (client DscCompilationJobClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscCompilationJobClient) CreateResponder(resp *http.Response) (result DscCompilationJob, err error) + func (client DscCompilationJobClient) CreateSender(req *http.Request) (future DscCompilationJobCreateFuture, err error) + func (client DscCompilationJobClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscCompilationJob, err error) + func (client DscCompilationJobClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscCompilationJobClient) GetResponder(resp *http.Response) (result DscCompilationJob, err error) + func (client DscCompilationJobClient) GetSender(req *http.Request) (*http.Response, error) + func (client DscCompilationJobClient) GetStream(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStream, err error) + func (client DscCompilationJobClient) GetStreamPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscCompilationJobClient) GetStreamResponder(resp *http.Response) (result JobStream, err error) + func (client DscCompilationJobClient) GetStreamSender(req *http.Request) (*http.Response, error) + func (client DscCompilationJobClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscCompilationJobListResultPage, err error) + func (client DscCompilationJobClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscCompilationJobListResultIterator, err error) + func (client DscCompilationJobClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscCompilationJobClient) ListByAutomationAccountResponder(resp *http.Response) (result DscCompilationJobListResult, err error) + func (client DscCompilationJobClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type DscCompilationJobCreateFuture struct + func (future *DscCompilationJobCreateFuture) Result(client DscCompilationJobClient) (dcj DscCompilationJob, err error) + type DscCompilationJobCreateParameters struct + Location *string + Name *string + Tags map[string]*string + func (dcjcp *DscCompilationJobCreateParameters) UnmarshalJSON(body []byte) error + func (dcjcp DscCompilationJobCreateParameters) MarshalJSON() ([]byte, error) + type DscCompilationJobCreateProperties struct + Configuration *DscConfigurationAssociationProperty + IncrementNodeConfigurationBuild *bool + Parameters map[string]*string + func (dcjcp DscCompilationJobCreateProperties) MarshalJSON() ([]byte, error) + type DscCompilationJobListResult struct + NextLink *string + Value *[]DscCompilationJob + func (dcjlr DscCompilationJobListResult) IsEmpty() bool + type DscCompilationJobListResultIterator struct + func NewDscCompilationJobListResultIterator(page DscCompilationJobListResultPage) DscCompilationJobListResultIterator + func (iter *DscCompilationJobListResultIterator) Next() error + func (iter *DscCompilationJobListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DscCompilationJobListResultIterator) NotDone() bool + func (iter DscCompilationJobListResultIterator) Response() DscCompilationJobListResult + func (iter DscCompilationJobListResultIterator) Value() DscCompilationJob + type DscCompilationJobListResultPage struct + func NewDscCompilationJobListResultPage(...) DscCompilationJobListResultPage + func (page *DscCompilationJobListResultPage) Next() error + func (page *DscCompilationJobListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DscCompilationJobListResultPage) NotDone() bool + func (page DscCompilationJobListResultPage) Response() DscCompilationJobListResult + func (page DscCompilationJobListResultPage) Values() []DscCompilationJob + type DscCompilationJobProperties struct + Configuration *DscConfigurationAssociationProperty + CreationTime *date.Time + EndTime *date.Time + Exception *string + JobID *uuid.UUID + LastModifiedTime *date.Time + LastStatusModifiedTime *date.Time + Parameters map[string]*string + ProvisioningState JobProvisioningState + RunOn *string + StartTime *date.Time + StartedBy *string + Status JobStatus + StatusDetails *string + func (dcjp DscCompilationJobProperties) MarshalJSON() ([]byte, error) + type DscCompilationJobStreamClient struct + func NewDscCompilationJobStreamClient(subscriptionID string) DscCompilationJobStreamClient + func NewDscCompilationJobStreamClientWithBaseURI(baseURI string, subscriptionID string) DscCompilationJobStreamClient + func (client DscCompilationJobStreamClient) ListByJob(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStreamListResult, err error) + func (client DscCompilationJobStreamClient) ListByJobPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscCompilationJobStreamClient) ListByJobResponder(resp *http.Response) (result JobStreamListResult, err error) + func (client DscCompilationJobStreamClient) ListByJobSender(req *http.Request) (*http.Response, error) + type DscConfiguration struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (dc *DscConfiguration) UnmarshalJSON(body []byte) error + func (dc DscConfiguration) MarshalJSON() ([]byte, error) + type DscConfigurationAssociationProperty struct + Name *string + type DscConfigurationClient struct + func NewDscConfigurationClient(subscriptionID string) DscConfigurationClient + func NewDscConfigurationClientWithBaseURI(baseURI string, subscriptionID string) DscConfigurationClient + func (client DscConfigurationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscConfiguration, err error) + func (client DscConfigurationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) CreateOrUpdateResponder(resp *http.Response) (result DscConfiguration, err error) + func (client DscConfigurationClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DscConfigurationClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client DscConfigurationClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DscConfigurationClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DscConfigurationClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscConfiguration, err error) + func (client DscConfigurationClient) GetContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ReadCloser, err error) + func (client DscConfigurationClient) GetContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) GetContentResponder(resp *http.Response) (result ReadCloser, err error) + func (client DscConfigurationClient) GetContentSender(req *http.Request) (*http.Response, error) + func (client DscConfigurationClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) GetResponder(resp *http.Response) (result DscConfiguration, err error) + func (client DscConfigurationClient) GetSender(req *http.Request) (*http.Response, error) + func (client DscConfigurationClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscConfigurationListResultPage, err error) + func (client DscConfigurationClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscConfigurationListResultIterator, err error) + func (client DscConfigurationClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) ListByAutomationAccountResponder(resp *http.Response) (result DscConfigurationListResult, err error) + func (client DscConfigurationClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client DscConfigurationClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscConfiguration, err error) + func (client DscConfigurationClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscConfigurationClient) UpdateResponder(resp *http.Response) (result DscConfiguration, err error) + func (client DscConfigurationClient) UpdateSender(req *http.Request) (*http.Response, error) + type DscConfigurationCreateOrUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (dccoup *DscConfigurationCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (dccoup DscConfigurationCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type DscConfigurationCreateOrUpdateProperties struct + Description *string + LogProgress *bool + LogVerbose *bool + Parameters map[string]*DscConfigurationParameter + Source *ContentSource + func (dccoup DscConfigurationCreateOrUpdateProperties) MarshalJSON() ([]byte, error) + type DscConfigurationListResult struct + NextLink *string + TotalCount *int32 + Value *[]DscConfiguration + func (dclr DscConfigurationListResult) IsEmpty() bool + type DscConfigurationListResultIterator struct + func NewDscConfigurationListResultIterator(page DscConfigurationListResultPage) DscConfigurationListResultIterator + func (iter *DscConfigurationListResultIterator) Next() error + func (iter *DscConfigurationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DscConfigurationListResultIterator) NotDone() bool + func (iter DscConfigurationListResultIterator) Response() DscConfigurationListResult + func (iter DscConfigurationListResultIterator) Value() DscConfiguration + type DscConfigurationListResultPage struct + func NewDscConfigurationListResultPage(...) DscConfigurationListResultPage + func (page *DscConfigurationListResultPage) Next() error + func (page *DscConfigurationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DscConfigurationListResultPage) NotDone() bool + func (page DscConfigurationListResultPage) Response() DscConfigurationListResult + func (page DscConfigurationListResultPage) Values() []DscConfiguration + type DscConfigurationParameter struct + DefaultValue *string + IsMandatory *bool + Position *int32 + Type *string + type DscConfigurationProperties struct + CreationTime *date.Time + Description *string + JobCount *int32 + LastModifiedTime *date.Time + LogVerbose *bool + NodeConfigurationCount *int32 + Parameters map[string]*DscConfigurationParameter + ProvisioningState DscConfigurationProvisioningState + Source *ContentSource + State DscConfigurationState + func (dcp DscConfigurationProperties) MarshalJSON() ([]byte, error) + type DscConfigurationProvisioningState string + const Succeeded + func PossibleDscConfigurationProvisioningStateValues() []DscConfigurationProvisioningState + type DscConfigurationState string + const DscConfigurationStateEdit + const DscConfigurationStateNew + const DscConfigurationStatePublished + func PossibleDscConfigurationStateValues() []DscConfigurationState + type DscConfigurationUpdateParameters struct + Name *string + Tags map[string]*string + func (dcup *DscConfigurationUpdateParameters) UnmarshalJSON(body []byte) error + func (dcup DscConfigurationUpdateParameters) MarshalJSON() ([]byte, error) + type DscMetaConfiguration struct + ActionAfterReboot *string + AllowModuleOverwrite *bool + CertificateID *string + ConfigurationMode *string + ConfigurationModeFrequencyMins *int32 + RebootNodeIfNeeded *bool + RefreshFrequencyMins *int32 + type DscNode struct + ID *string + Name *string + Type *string + func (dn *DscNode) UnmarshalJSON(body []byte) error + func (dn DscNode) MarshalJSON() ([]byte, error) + type DscNodeClient struct + func NewDscNodeClient(subscriptionID string) DscNodeClient + func NewDscNodeClientWithBaseURI(baseURI string, subscriptionID string) DscNodeClient + func (client DscNodeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNode, err error) + func (client DscNodeClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeClient) DeleteResponder(resp *http.Response) (result DscNode, err error) + func (client DscNodeClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DscNodeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNode, err error) + func (client DscNodeClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeClient) GetResponder(resp *http.Response) (result DscNode, err error) + func (client DscNodeClient) GetSender(req *http.Request) (*http.Response, error) + func (client DscNodeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeListResultPage, err error) + func (client DscNodeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeListResultIterator, err error) + func (client DscNodeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeClient) ListByAutomationAccountResponder(resp *http.Response) (result DscNodeListResult, err error) + func (client DscNodeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client DscNodeClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNode, err error) + func (client DscNodeClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeClient) UpdateResponder(resp *http.Response) (result DscNode, err error) + func (client DscNodeClient) UpdateSender(req *http.Request) (*http.Response, error) + type DscNodeConfiguration struct + ID *string + Name *string + Type *string + func (dnc *DscNodeConfiguration) UnmarshalJSON(body []byte) error + func (dnc DscNodeConfiguration) MarshalJSON() ([]byte, error) + type DscNodeConfigurationAssociationProperty struct + Name *string + type DscNodeConfigurationClient struct + func NewDscNodeConfigurationClient(subscriptionID string) DscNodeConfigurationClient + func NewDscNodeConfigurationClientWithBaseURI(baseURI string, subscriptionID string) DscNodeConfigurationClient + func (client DscNodeConfigurationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeConfigurationCreateOrUpdateFuture, err error) + func (client DscNodeConfigurationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeConfigurationClient) CreateOrUpdateResponder(resp *http.Response) (result DscNodeConfiguration, err error) + func (client DscNodeConfigurationClient) CreateOrUpdateSender(req *http.Request) (future DscNodeConfigurationCreateOrUpdateFuture, err error) + func (client DscNodeConfigurationClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client DscNodeConfigurationClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeConfigurationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DscNodeConfigurationClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DscNodeConfigurationClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeConfiguration, err error) + func (client DscNodeConfigurationClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeConfigurationClient) GetResponder(resp *http.Response) (result DscNodeConfiguration, err error) + func (client DscNodeConfigurationClient) GetSender(req *http.Request) (*http.Response, error) + func (client DscNodeConfigurationClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeConfigurationListResultPage, err error) + func (client DscNodeConfigurationClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeConfigurationListResultIterator, err error) + func (client DscNodeConfigurationClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client DscNodeConfigurationClient) ListByAutomationAccountResponder(resp *http.Response) (result DscNodeConfigurationListResult, err error) + func (client DscNodeConfigurationClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type DscNodeConfigurationCreateOrUpdateFuture struct + func (future *DscNodeConfigurationCreateOrUpdateFuture) Result(client DscNodeConfigurationClient) (dnc DscNodeConfiguration, err error) + type DscNodeConfigurationCreateOrUpdateParameters struct + Name *string + Tags map[string]*string + func (dnccoup *DscNodeConfigurationCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (dnccoup DscNodeConfigurationCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type DscNodeConfigurationCreateOrUpdateParametersProperties struct + Configuration *DscConfigurationAssociationProperty + IncrementNodeConfigurationBuild *bool + Source *ContentSource + type DscNodeConfigurationListResult struct + NextLink *string + TotalCount *int32 + Value *[]DscNodeConfiguration + func (dnclr DscNodeConfigurationListResult) IsEmpty() bool + type DscNodeConfigurationListResultIterator struct + func NewDscNodeConfigurationListResultIterator(page DscNodeConfigurationListResultPage) DscNodeConfigurationListResultIterator + func (iter *DscNodeConfigurationListResultIterator) Next() error + func (iter *DscNodeConfigurationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DscNodeConfigurationListResultIterator) NotDone() bool + func (iter DscNodeConfigurationListResultIterator) Response() DscNodeConfigurationListResult + func (iter DscNodeConfigurationListResultIterator) Value() DscNodeConfiguration + type DscNodeConfigurationListResultPage struct + func NewDscNodeConfigurationListResultPage(...) DscNodeConfigurationListResultPage + func (page *DscNodeConfigurationListResultPage) Next() error + func (page *DscNodeConfigurationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DscNodeConfigurationListResultPage) NotDone() bool + func (page DscNodeConfigurationListResultPage) Response() DscNodeConfigurationListResult + func (page DscNodeConfigurationListResultPage) Values() []DscNodeConfiguration + type DscNodeConfigurationProperties struct + Configuration *DscConfigurationAssociationProperty + CreationTime *date.Time + IncrementNodeConfigurationBuild *bool + LastModifiedTime *date.Time + NodeCount *int64 + Source *string + type DscNodeExtensionHandlerAssociationProperty struct + Name *string + Version *string + type DscNodeListResult struct + NextLink *string + TotalCount *int32 + Value *[]DscNode + func (dnlr DscNodeListResult) IsEmpty() bool + type DscNodeListResultIterator struct + func NewDscNodeListResultIterator(page DscNodeListResultPage) DscNodeListResultIterator + func (iter *DscNodeListResultIterator) Next() error + func (iter *DscNodeListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DscNodeListResultIterator) NotDone() bool + func (iter DscNodeListResultIterator) Response() DscNodeListResult + func (iter DscNodeListResultIterator) Value() DscNode + type DscNodeListResultPage struct + func NewDscNodeListResultPage(...) DscNodeListResultPage + func (page *DscNodeListResultPage) Next() error + func (page *DscNodeListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DscNodeListResultPage) NotDone() bool + func (page DscNodeListResultPage) Response() DscNodeListResult + func (page DscNodeListResultPage) Values() []DscNode + type DscNodeProperties struct + AccountID *string + Etag *string + ExtensionHandler *[]DscNodeExtensionHandlerAssociationProperty + IP *string + LastSeen *date.Time + NodeID *string + RegistrationTime *date.Time + Status *string + TotalCount *int32 + func (dnp *DscNodeProperties) UnmarshalJSON(body []byte) error + func (dnp DscNodeProperties) MarshalJSON() ([]byte, error) + type DscNodeReport struct + ConfigurationVersion *string + EndTime *date.Time + Errors *[]DscReportError + HostName *string + ID *string + IPV4Addresses *[]string + IPV6Addresses *[]string + LastModifiedTime *date.Time + MetaConfiguration *DscMetaConfiguration + NumberOfResources *int32 + RawErrors *string + RebootRequested *string + RefreshMode *string + ReportFormatVersion *string + ReportID *string + Resources *[]DscReportResource + StartTime *date.Time + Status *string + Type *string + type DscNodeReportListResult struct + NextLink *string + Value *[]DscNodeReport + func (dnrlr DscNodeReportListResult) IsEmpty() bool + type DscNodeReportListResultIterator struct + func NewDscNodeReportListResultIterator(page DscNodeReportListResultPage) DscNodeReportListResultIterator + func (iter *DscNodeReportListResultIterator) Next() error + func (iter *DscNodeReportListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DscNodeReportListResultIterator) NotDone() bool + func (iter DscNodeReportListResultIterator) Response() DscNodeReportListResult + func (iter DscNodeReportListResultIterator) Value() DscNodeReport + type DscNodeReportListResultPage struct + func NewDscNodeReportListResultPage(...) DscNodeReportListResultPage + func (page *DscNodeReportListResultPage) Next() error + func (page *DscNodeReportListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DscNodeReportListResultPage) NotDone() bool + func (page DscNodeReportListResultPage) Response() DscNodeReportListResult + func (page DscNodeReportListResultPage) Values() []DscNodeReport + type DscNodeUpdateParameters struct + NodeID *string + Properties *DscNodeUpdateParametersProperties + type DscNodeUpdateParametersProperties struct + func (dnup *DscNodeUpdateParametersProperties) UnmarshalJSON(body []byte) error + func (dnup DscNodeUpdateParametersProperties) MarshalJSON() ([]byte, error) + type DscReportError struct + ErrorCode *string + ErrorDetails *string + ErrorMessage *string + ErrorSource *string + Locale *string + ResourceID *string + type DscReportResource struct + DependsOn *[]DscReportResourceNavigation + DurationInSeconds *float64 + Error *string + ModuleName *string + ModuleVersion *string + ResourceID *string + ResourceName *string + SourceInfo *string + StartDate *date.Time + Status *string + type DscReportResourceNavigation struct + ResourceID *string + type ErrorResponse struct + Code *string + Message *string + type FieldDefinition struct + IsEncrypted *bool + IsOptional *bool + Type *string + type FieldsClient struct + func NewFieldsClient(subscriptionID string) FieldsClient + func NewFieldsClientWithBaseURI(baseURI string, subscriptionID string) FieldsClient + func (client FieldsClient) ListByType(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result TypeFieldListResult, err error) + func (client FieldsClient) ListByTypePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client FieldsClient) ListByTypeResponder(resp *http.Response) (result TypeFieldListResult, err error) + func (client FieldsClient) ListByTypeSender(req *http.Request) (*http.Response, error) + type GroupTypeEnum string + const System + const User + func PossibleGroupTypeEnumValues() []GroupTypeEnum + type HTTPStatusCode string + const Accepted + const Ambiguous + const BadGateway + const BadRequest + const Conflict + const Continue + const Created + const ExpectationFailed + const Forbidden + const Found + const GatewayTimeout + const Gone + const HTTPVersionNotSupported + const InternalServerError + const LengthRequired + const MethodNotAllowed + const Moved + const MovedPermanently + const MultipleChoices + const NoContent + const NonAuthoritativeInformation + const NotAcceptable + const NotFound + const NotImplemented + const NotModified + const OK + const PartialContent + const PaymentRequired + const PreconditionFailed + const ProxyAuthenticationRequired + const Redirect + const RedirectKeepVerb + const RedirectMethod + const RequestEntityTooLarge + const RequestTimeout + const RequestURITooLong + const RequestedRangeNotSatisfiable + const ResetContent + const SeeOther + const ServiceUnavailable + const SwitchingProtocols + const TemporaryRedirect + const Unauthorized + const UnsupportedMediaType + const Unused + const UpgradeRequired + const UseProxy + func PossibleHTTPStatusCodeValues() []HTTPStatusCode + type HybridRunbookWorker struct + IP *string + LastSeenDateTime *date.Time + Name *string + RegistrationTime *date.Time + type HybridRunbookWorkerGroup struct + Credential *RunAsCredentialAssociationProperty + GroupType GroupTypeEnum + HybridRunbookWorkers *[]HybridRunbookWorker + ID *string + Name *string + type HybridRunbookWorkerGroupClient struct + func NewHybridRunbookWorkerGroupClient(subscriptionID string) HybridRunbookWorkerGroupClient + func NewHybridRunbookWorkerGroupClientWithBaseURI(baseURI string, subscriptionID string) HybridRunbookWorkerGroupClient + func (client HybridRunbookWorkerGroupClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client HybridRunbookWorkerGroupClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client HybridRunbookWorkerGroupClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client HybridRunbookWorkerGroupClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client HybridRunbookWorkerGroupClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result HybridRunbookWorkerGroup, err error) + func (client HybridRunbookWorkerGroupClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client HybridRunbookWorkerGroupClient) GetResponder(resp *http.Response) (result HybridRunbookWorkerGroup, err error) + func (client HybridRunbookWorkerGroupClient) GetSender(req *http.Request) (*http.Response, error) + func (client HybridRunbookWorkerGroupClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result HybridRunbookWorkerGroupsListResultPage, err error) + func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result HybridRunbookWorkerGroupsListResultIterator, err error) + func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountResponder(resp *http.Response) (result HybridRunbookWorkerGroupsListResult, err error) + func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client HybridRunbookWorkerGroupClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result HybridRunbookWorkerGroup, err error) + func (client HybridRunbookWorkerGroupClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client HybridRunbookWorkerGroupClient) UpdateResponder(resp *http.Response) (result HybridRunbookWorkerGroup, err error) + func (client HybridRunbookWorkerGroupClient) UpdateSender(req *http.Request) (*http.Response, error) + type HybridRunbookWorkerGroupUpdateParameters struct + Credential *RunAsCredentialAssociationProperty + type HybridRunbookWorkerGroupsListResult struct + NextLink *string + Value *[]HybridRunbookWorkerGroup + func (hrwglr HybridRunbookWorkerGroupsListResult) IsEmpty() bool + type HybridRunbookWorkerGroupsListResultIterator struct + func NewHybridRunbookWorkerGroupsListResultIterator(page HybridRunbookWorkerGroupsListResultPage) HybridRunbookWorkerGroupsListResultIterator + func (iter *HybridRunbookWorkerGroupsListResultIterator) Next() error + func (iter *HybridRunbookWorkerGroupsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter HybridRunbookWorkerGroupsListResultIterator) NotDone() bool + func (iter HybridRunbookWorkerGroupsListResultIterator) Response() HybridRunbookWorkerGroupsListResult + func (iter HybridRunbookWorkerGroupsListResultIterator) Value() HybridRunbookWorkerGroup + type HybridRunbookWorkerGroupsListResultPage struct + func NewHybridRunbookWorkerGroupsListResultPage(...) HybridRunbookWorkerGroupsListResultPage + func (page *HybridRunbookWorkerGroupsListResultPage) Next() error + func (page *HybridRunbookWorkerGroupsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page HybridRunbookWorkerGroupsListResultPage) NotDone() bool + func (page HybridRunbookWorkerGroupsListResultPage) Response() HybridRunbookWorkerGroupsListResult + func (page HybridRunbookWorkerGroupsListResultPage) Values() []HybridRunbookWorkerGroup + type Job struct + ID *string + Name *string + Type *string + func (j *Job) UnmarshalJSON(body []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobClient struct + func NewJobClient(subscriptionID string) JobClient + func NewJobClientWithBaseURI(baseURI string, subscriptionID string) JobClient + func (client JobClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Job, err error) + func (client JobClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) CreateResponder(resp *http.Response) (result Job, err error) + func (client JobClient) CreateSender(req *http.Request) (*http.Response, error) + func (client JobClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Job, err error) + func (client JobClient) GetOutput(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ReadCloser, err error) + func (client JobClient) GetOutputPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) GetOutputResponder(resp *http.Response) (result ReadCloser, err error) + func (client JobClient) GetOutputSender(req *http.Request) (*http.Response, error) + func (client JobClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) GetResponder(resp *http.Response) (result Job, err error) + func (client JobClient) GetRunbookContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ReadCloser, err error) + func (client JobClient) GetRunbookContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) GetRunbookContentResponder(resp *http.Response) (result ReadCloser, err error) + func (client JobClient) GetRunbookContentSender(req *http.Request) (*http.Response, error) + func (client JobClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobListResultV2Page, err error) + func (client JobClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobListResultV2Iterator, err error) + func (client JobClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) ListByAutomationAccountResponder(resp *http.Response) (result JobListResultV2, err error) + func (client JobClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client JobClient) Resume(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client JobClient) ResumePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) ResumeResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobClient) ResumeSender(req *http.Request) (*http.Response, error) + func (client JobClient) Stop(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client JobClient) StopPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobClient) StopSender(req *http.Request) (*http.Response, error) + func (client JobClient) Suspend(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client JobClient) SuspendPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobClient) SuspendResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobClient) SuspendSender(req *http.Request) (*http.Response, error) + type JobCollectionItem struct + ID *string + Name *string + Type *string + func (jci *JobCollectionItem) UnmarshalJSON(body []byte) error + func (jci JobCollectionItem) MarshalJSON() ([]byte, error) + type JobCollectionItemProperties struct + CreationTime *date.Time + EndTime *date.Time + JobID *uuid.UUID + LastModifiedTime *date.Time + ProvisioningState *string + RunOn *string + Runbook *RunbookAssociationProperty + StartTime *date.Time + Status JobStatus + func (jcip JobCollectionItemProperties) MarshalJSON() ([]byte, error) + type JobCreateParameters struct + func (jcp *JobCreateParameters) UnmarshalJSON(body []byte) error + func (jcp JobCreateParameters) MarshalJSON() ([]byte, error) + type JobCreateProperties struct + Parameters map[string]*string + RunOn *string + Runbook *RunbookAssociationProperty + func (jcp JobCreateProperties) MarshalJSON() ([]byte, error) + type JobListResultV2 struct + NextLink *string + Value *[]JobCollectionItem + func (jlrv JobListResultV2) IsEmpty() bool + func (jlrv JobListResultV2) MarshalJSON() ([]byte, error) + type JobListResultV2Iterator struct + func NewJobListResultV2Iterator(page JobListResultV2Page) JobListResultV2Iterator + func (iter *JobListResultV2Iterator) Next() error + func (iter *JobListResultV2Iterator) NextWithContext(ctx context.Context) (err error) + func (iter JobListResultV2Iterator) NotDone() bool + func (iter JobListResultV2Iterator) Response() JobListResultV2 + func (iter JobListResultV2Iterator) Value() JobCollectionItem + type JobListResultV2Page struct + func NewJobListResultV2Page(getNextPage func(context.Context, JobListResultV2) (JobListResultV2, error)) JobListResultV2Page + func (page *JobListResultV2Page) Next() error + func (page *JobListResultV2Page) NextWithContext(ctx context.Context) (err error) + func (page JobListResultV2Page) NotDone() bool + func (page JobListResultV2Page) Response() JobListResultV2 + func (page JobListResultV2Page) Values() []JobCollectionItem + type JobNavigation struct + ID *string + type JobProperties struct + CreationTime *date.Time + EndTime *date.Time + Exception *string + JobID *uuid.UUID + LastModifiedTime *date.Time + LastStatusModifiedTime *date.Time + Parameters map[string]*string + ProvisioningState JobProvisioningState + RunOn *string + Runbook *RunbookAssociationProperty + StartTime *date.Time + StartedBy *string + Status JobStatus + StatusDetails *string + func (jp JobProperties) MarshalJSON() ([]byte, error) + type JobProvisioningState string + const JobProvisioningStateFailed + const JobProvisioningStateProcessing + const JobProvisioningStateSucceeded + const JobProvisioningStateSuspended + func PossibleJobProvisioningStateValues() []JobProvisioningState + type JobSchedule struct + ID *string + Name *string + Type *string + func (js *JobSchedule) UnmarshalJSON(body []byte) error + func (js JobSchedule) MarshalJSON() ([]byte, error) + type JobScheduleClient struct + func NewJobScheduleClient(subscriptionID string) JobScheduleClient + func NewJobScheduleClientWithBaseURI(baseURI string, subscriptionID string) JobScheduleClient + func (client JobScheduleClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobSchedule, err error) + func (client JobScheduleClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobScheduleClient) CreateResponder(resp *http.Response) (result JobSchedule, err error) + func (client JobScheduleClient) CreateSender(req *http.Request) (*http.Response, error) + func (client JobScheduleClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client JobScheduleClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobScheduleClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobScheduleClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client JobScheduleClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobSchedule, err error) + func (client JobScheduleClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobScheduleClient) GetResponder(resp *http.Response) (result JobSchedule, err error) + func (client JobScheduleClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobScheduleClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobScheduleListResultPage, err error) + func (client JobScheduleClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobScheduleListResultIterator, err error) + func (client JobScheduleClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobScheduleClient) ListByAutomationAccountResponder(resp *http.Response) (result JobScheduleListResult, err error) + func (client JobScheduleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type JobScheduleCreateParameters struct + func (jscp *JobScheduleCreateParameters) UnmarshalJSON(body []byte) error + func (jscp JobScheduleCreateParameters) MarshalJSON() ([]byte, error) + type JobScheduleCreateProperties struct + Parameters map[string]*string + RunOn *string + Runbook *RunbookAssociationProperty + Schedule *ScheduleAssociationProperty + func (jscp JobScheduleCreateProperties) MarshalJSON() ([]byte, error) + type JobScheduleListResult struct + NextLink *string + Value *[]JobSchedule + func (jslr JobScheduleListResult) IsEmpty() bool + type JobScheduleListResultIterator struct + func NewJobScheduleListResultIterator(page JobScheduleListResultPage) JobScheduleListResultIterator + func (iter *JobScheduleListResultIterator) Next() error + func (iter *JobScheduleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobScheduleListResultIterator) NotDone() bool + func (iter JobScheduleListResultIterator) Response() JobScheduleListResult + func (iter JobScheduleListResultIterator) Value() JobSchedule + type JobScheduleListResultPage struct + func NewJobScheduleListResultPage(...) JobScheduleListResultPage + func (page *JobScheduleListResultPage) Next() error + func (page *JobScheduleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page JobScheduleListResultPage) NotDone() bool + func (page JobScheduleListResultPage) Response() JobScheduleListResult + func (page JobScheduleListResultPage) Values() []JobSchedule + type JobScheduleProperties struct + JobScheduleID *string + Parameters map[string]*string + RunOn *string + Runbook *RunbookAssociationProperty + Schedule *ScheduleAssociationProperty + func (jsp JobScheduleProperties) MarshalJSON() ([]byte, error) + type JobStatus string + const JobStatusActivating + const JobStatusBlocked + const JobStatusCompleted + const JobStatusDisconnected + const JobStatusFailed + const JobStatusNew + const JobStatusRemoving + const JobStatusResuming + const JobStatusRunning + const JobStatusStopped + const JobStatusStopping + const JobStatusSuspended + const JobStatusSuspending + func PossibleJobStatusValues() []JobStatus + type JobStream struct + ID *string + func (js *JobStream) UnmarshalJSON(body []byte) error + func (js JobStream) MarshalJSON() ([]byte, error) + type JobStreamClient struct + func NewJobStreamClient(subscriptionID string) JobStreamClient + func NewJobStreamClientWithBaseURI(baseURI string, subscriptionID string) JobStreamClient + func (client JobStreamClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStream, err error) + func (client JobStreamClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobStreamClient) GetResponder(resp *http.Response) (result JobStream, err error) + func (client JobStreamClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobStreamClient) ListByJob(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStreamListResultPage, err error) + func (client JobStreamClient) ListByJobComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStreamListResultIterator, err error) + func (client JobStreamClient) ListByJobPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client JobStreamClient) ListByJobResponder(resp *http.Response) (result JobStreamListResult, err error) + func (client JobStreamClient) ListByJobSender(req *http.Request) (*http.Response, error) + type JobStreamListResult struct + NextLink *string + Value *[]JobStream + func (jslr JobStreamListResult) IsEmpty() bool + type JobStreamListResultIterator struct + func NewJobStreamListResultIterator(page JobStreamListResultPage) JobStreamListResultIterator + func (iter *JobStreamListResultIterator) Next() error + func (iter *JobStreamListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobStreamListResultIterator) NotDone() bool + func (iter JobStreamListResultIterator) Response() JobStreamListResult + func (iter JobStreamListResultIterator) Value() JobStream + type JobStreamListResultPage struct + func NewJobStreamListResultPage(...) JobStreamListResultPage + func (page *JobStreamListResultPage) Next() error + func (page *JobStreamListResultPage) NextWithContext(ctx context.Context) (err error) + func (page JobStreamListResultPage) NotDone() bool + func (page JobStreamListResultPage) Response() JobStreamListResult + func (page JobStreamListResultPage) Values() []JobStream + type JobStreamProperties struct + JobStreamID *string + StreamText *string + StreamType JobStreamType + Summary *string + Time *date.Time + Value map[string]interface{} + func (jsp JobStreamProperties) MarshalJSON() ([]byte, error) + type JobStreamType string + const Any + const Debug + const Error + const Output + const Progress + const Verbose + const Warning + func PossibleJobStreamTypeValues() []JobStreamType + type Key struct + KeyName KeyName + Permissions KeyPermissions + Value *string + type KeyListResult struct + Keys *[]Key + type KeyName string + const KeyNamePrimary + const KeyNameSecondary + func PossibleKeyNameValues() []KeyName + type KeyPermissions string + const Full + const Read + func PossibleKeyPermissionsValues() []KeyPermissions + type KeysClient struct + func NewKeysClient(subscriptionID string) KeysClient + func NewKeysClientWithBaseURI(baseURI string, subscriptionID string) KeysClient + func (client KeysClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result KeyListResult, err error) + func (client KeysClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client KeysClient) ListByAutomationAccountResponder(resp *http.Response) (result KeyListResult, err error) + func (client KeysClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type LinkedWorkspace struct + ID *string + type LinkedWorkspaceClient struct + func NewLinkedWorkspaceClient(subscriptionID string) LinkedWorkspaceClient + func NewLinkedWorkspaceClientWithBaseURI(baseURI string, subscriptionID string) LinkedWorkspaceClient + func (client LinkedWorkspaceClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string) (result LinkedWorkspace, err error) + func (client LinkedWorkspaceClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client LinkedWorkspaceClient) GetResponder(resp *http.Response) (result LinkedWorkspace, err error) + func (client LinkedWorkspaceClient) GetSender(req *http.Request) (*http.Response, error) + type LinuxProperties struct + ExcludedPackageNameMasks *[]string + IncludedPackageClassifications LinuxUpdateClasses + IncludedPackageNameMasks *[]string + RebootSetting *string + type LinuxUpdateClasses string + const Critical + const Other + const Security + const Unclassified + func PossibleLinuxUpdateClassesValues() []LinuxUpdateClasses + type Module struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mVar *Module) UnmarshalJSON(body []byte) error + func (mVar Module) MarshalJSON() ([]byte, error) + type ModuleClient struct + func NewModuleClient(subscriptionID string) ModuleClient + func NewModuleClientWithBaseURI(baseURI string, subscriptionID string) ModuleClient + func (client ModuleClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Module, err error) + func (client ModuleClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ModuleClient) CreateOrUpdateResponder(resp *http.Response) (result Module, err error) + func (client ModuleClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ModuleClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client ModuleClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ModuleClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ModuleClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ModuleClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Module, err error) + func (client ModuleClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ModuleClient) GetResponder(resp *http.Response) (result Module, err error) + func (client ModuleClient) GetSender(req *http.Request) (*http.Response, error) + func (client ModuleClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ModuleListResultPage, err error) + func (client ModuleClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ModuleListResultIterator, err error) + func (client ModuleClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client ModuleClient) ListByAutomationAccountResponder(resp *http.Response) (result ModuleListResult, err error) + func (client ModuleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client ModuleClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Module, err error) + func (client ModuleClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ModuleClient) UpdateResponder(resp *http.Response) (result Module, err error) + func (client ModuleClient) UpdateSender(req *http.Request) (*http.Response, error) + type ModuleCreateOrUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (mcoup *ModuleCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (mcoup ModuleCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type ModuleCreateOrUpdateProperties struct + ContentLink *ContentLink + type ModuleErrorInfo struct + Code *string + Message *string + type ModuleListResult struct + NextLink *string + Value *[]Module + func (mlr ModuleListResult) IsEmpty() bool + type ModuleListResultIterator struct + func NewModuleListResultIterator(page ModuleListResultPage) ModuleListResultIterator + func (iter *ModuleListResultIterator) Next() error + func (iter *ModuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ModuleListResultIterator) NotDone() bool + func (iter ModuleListResultIterator) Response() ModuleListResult + func (iter ModuleListResultIterator) Value() Module + type ModuleListResultPage struct + func NewModuleListResultPage(getNextPage func(context.Context, ModuleListResult) (ModuleListResult, error)) ModuleListResultPage + func (page *ModuleListResultPage) Next() error + func (page *ModuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ModuleListResultPage) NotDone() bool + func (page ModuleListResultPage) Response() ModuleListResult + func (page ModuleListResultPage) Values() []Module + type ModuleProperties struct + ActivityCount *int32 + ContentLink *ContentLink + CreationTime *date.Time + Description *string + Error *ModuleErrorInfo + IsComposite *bool + IsGlobal *bool + LastModifiedTime *date.Time + ProvisioningState ModuleProvisioningState + SizeInBytes *int64 + Version *string + type ModuleProvisioningState string + const ModuleProvisioningStateActivitiesStored + const ModuleProvisioningStateCancelled + const ModuleProvisioningStateConnectionTypeImported + const ModuleProvisioningStateContentDownloaded + const ModuleProvisioningStateContentRetrieved + const ModuleProvisioningStateContentStored + const ModuleProvisioningStateContentValidated + const ModuleProvisioningStateCreated + const ModuleProvisioningStateCreating + const ModuleProvisioningStateFailed + const ModuleProvisioningStateModuleDataStored + const ModuleProvisioningStateModuleImportRunbookComplete + const ModuleProvisioningStateRunningImportModuleRunbook + const ModuleProvisioningStateStartingImportModuleRunbook + const ModuleProvisioningStateSucceeded + const ModuleProvisioningStateUpdating + func PossibleModuleProvisioningStateValues() []ModuleProvisioningState + type ModuleUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (mup *ModuleUpdateParameters) UnmarshalJSON(body []byte) error + func (mup ModuleUpdateParameters) MarshalJSON() ([]byte, error) + type ModuleUpdateProperties struct + ContentLink *ContentLink + type NodeCount struct + Name *string + Properties *NodeCountProperties + type NodeCountInformationClient struct + func NewNodeCountInformationClient(subscriptionID string) NodeCountInformationClient + func NewNodeCountInformationClientWithBaseURI(baseURI string, subscriptionID string) NodeCountInformationClient + func (client NodeCountInformationClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result NodeCounts, err error) + func (client NodeCountInformationClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client NodeCountInformationClient) GetResponder(resp *http.Response) (result NodeCounts, err error) + func (client NodeCountInformationClient) GetSender(req *http.Request) (*http.Response, error) + type NodeCountProperties struct + Count *int32 + type NodeCounts struct + TotalCount *int32 + Value *[]NodeCount + type NodeReportsClient struct + func NewNodeReportsClient(subscriptionID string) NodeReportsClient + func NewNodeReportsClientWithBaseURI(baseURI string, subscriptionID string) NodeReportsClient + func (client NodeReportsClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeReport, err error) + func (client NodeReportsClient) GetContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SetObject, err error) + func (client NodeReportsClient) GetContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client NodeReportsClient) GetContentResponder(resp *http.Response) (result SetObject, err error) + func (client NodeReportsClient) GetContentSender(req *http.Request) (*http.Response, error) + func (client NodeReportsClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client NodeReportsClient) GetResponder(resp *http.Response) (result DscNodeReport, err error) + func (client NodeReportsClient) GetSender(req *http.Request) (*http.Response, error) + func (client NodeReportsClient) ListByNode(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeReportListResultPage, err error) + func (client NodeReportsClient) ListByNodeComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeReportListResultIterator, err error) + func (client NodeReportsClient) ListByNodePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client NodeReportsClient) ListByNodeResponder(resp *http.Response) (result DscNodeReportListResult, err error) + func (client NodeReportsClient) ListByNodeSender(req *http.Request) (*http.Response, error) + type NonAzureQueryProperties struct + FunctionAlias *string + WorkspaceID *string + type ObjectDataTypesClient struct + func NewObjectDataTypesClient(subscriptionID string) ObjectDataTypesClient + func NewObjectDataTypesClientWithBaseURI(baseURI string, subscriptionID string) ObjectDataTypesClient + func (client ObjectDataTypesClient) ListFieldsByModuleAndType(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result TypeFieldListResult, err error) + func (client ObjectDataTypesClient) ListFieldsByModuleAndTypePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ObjectDataTypesClient) ListFieldsByModuleAndTypeResponder(resp *http.Response) (result TypeFieldListResult, err error) + func (client ObjectDataTypesClient) ListFieldsByModuleAndTypeSender(req *http.Request) (*http.Response, error) + func (client ObjectDataTypesClient) ListFieldsByType(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result TypeFieldListResult, err error) + func (client ObjectDataTypesClient) ListFieldsByTypePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ObjectDataTypesClient) ListFieldsByTypeResponder(resp *http.Response) (result TypeFieldListResult, err error) + func (client ObjectDataTypesClient) ListFieldsByTypeSender(req *http.Request) (*http.Response, error) + type OperatingSystemType string + const Linux + const Windows + func PossibleOperatingSystemTypeValues() []OperatingSystemType + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Operation *string + Provider *string + Resource *string + type OperationListResult struct + Value *[]Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type ProvisioningState string + const Completed + const Failed + const Running + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + type ReadCloser struct + Value *io.ReadCloser + type Resource struct + ID *string + Name *string + Type *string + type RunAsCredentialAssociationProperty struct + Name *string + type Runbook struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r *Runbook) UnmarshalJSON(body []byte) error + func (r Runbook) MarshalJSON() ([]byte, error) + type RunbookAssociationProperty struct + Name *string + type RunbookClient struct + func NewRunbookClient(subscriptionID string) RunbookClient + func NewRunbookClientWithBaseURI(baseURI string, subscriptionID string) RunbookClient + func (client RunbookClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Runbook, err error) + func (client RunbookClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookClient) CreateOrUpdateResponder(resp *http.Response) (result Runbook, err error) + func (client RunbookClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client RunbookClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client RunbookClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RunbookClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client RunbookClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Runbook, err error) + func (client RunbookClient) GetContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ReadCloser, err error) + func (client RunbookClient) GetContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookClient) GetContentResponder(resp *http.Response) (result ReadCloser, err error) + func (client RunbookClient) GetContentSender(req *http.Request) (*http.Response, error) + func (client RunbookClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookClient) GetResponder(resp *http.Response) (result Runbook, err error) + func (client RunbookClient) GetSender(req *http.Request) (*http.Response, error) + func (client RunbookClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result RunbookListResultPage, err error) + func (client RunbookClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result RunbookListResultIterator, err error) + func (client RunbookClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client RunbookClient) ListByAutomationAccountResponder(resp *http.Response) (result RunbookListResult, err error) + func (client RunbookClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client RunbookClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Runbook, err error) + func (client RunbookClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookClient) UpdateResponder(resp *http.Response) (result Runbook, err error) + func (client RunbookClient) UpdateSender(req *http.Request) (*http.Response, error) + type RunbookCreateOrUpdateDraftParameters struct + RunbookContent *string + type RunbookCreateOrUpdateDraftProperties struct + Description *string + Draft *RunbookDraft + LogActivityTrace *int32 + LogProgress *bool + LogVerbose *bool + RunbookType RunbookTypeEnum + type RunbookCreateOrUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (rcoup *RunbookCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (rcoup RunbookCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type RunbookCreateOrUpdateProperties struct + Description *string + Draft *RunbookDraft + LogActivityTrace *int32 + LogProgress *bool + LogVerbose *bool + PublishContentLink *ContentLink + RunbookType RunbookTypeEnum + type RunbookDraft struct + CreationTime *date.Time + DraftContentLink *ContentLink + InEdit *bool + LastModifiedTime *date.Time + OutputTypes *[]string + Parameters map[string]*RunbookParameter + func (rd RunbookDraft) MarshalJSON() ([]byte, error) + type RunbookDraftClient struct + func NewRunbookDraftClient(subscriptionID string) RunbookDraftClient + func NewRunbookDraftClientWithBaseURI(baseURI string, subscriptionID string) RunbookDraftClient + func (client RunbookDraftClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result RunbookDraft, err error) + func (client RunbookDraftClient) GetContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result ReadCloser, err error) + func (client RunbookDraftClient) GetContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookDraftClient) GetContentResponder(resp *http.Response) (result ReadCloser, err error) + func (client RunbookDraftClient) GetContentSender(req *http.Request) (*http.Response, error) + func (client RunbookDraftClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookDraftClient) GetResponder(resp *http.Response) (result RunbookDraft, err error) + func (client RunbookDraftClient) GetSender(req *http.Request) (*http.Response, error) + func (client RunbookDraftClient) Publish(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result RunbookDraftPublishFuture, err error) + func (client RunbookDraftClient) PublishPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookDraftClient) PublishResponder(resp *http.Response) (result autorest.Response, err error) + func (client RunbookDraftClient) PublishSender(req *http.Request) (future RunbookDraftPublishFuture, err error) + func (client RunbookDraftClient) ReplaceContent(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result RunbookDraftReplaceContentFuture, err error) + func (client RunbookDraftClient) ReplaceContentPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookDraftClient) ReplaceContentResponder(resp *http.Response) (result ReadCloser, err error) + func (client RunbookDraftClient) ReplaceContentSender(req *http.Request) (future RunbookDraftReplaceContentFuture, err error) + func (client RunbookDraftClient) UndoEdit(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result RunbookDraftUndoEditResult, err error) + func (client RunbookDraftClient) UndoEditPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client RunbookDraftClient) UndoEditResponder(resp *http.Response) (result RunbookDraftUndoEditResult, err error) + func (client RunbookDraftClient) UndoEditSender(req *http.Request) (*http.Response, error) + type RunbookDraftPublishFuture struct + func (future *RunbookDraftPublishFuture) Result(client RunbookDraftClient) (ar autorest.Response, err error) + type RunbookDraftReplaceContentFuture struct + func (future *RunbookDraftReplaceContentFuture) Result(client RunbookDraftClient) (rc ReadCloser, err error) + type RunbookDraftUndoEditResult struct + RequestID *string + StatusCode HTTPStatusCode + type RunbookListResult struct + NextLink *string + Value *[]Runbook + func (rlr RunbookListResult) IsEmpty() bool + type RunbookListResultIterator struct + func NewRunbookListResultIterator(page RunbookListResultPage) RunbookListResultIterator + func (iter *RunbookListResultIterator) Next() error + func (iter *RunbookListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RunbookListResultIterator) NotDone() bool + func (iter RunbookListResultIterator) Response() RunbookListResult + func (iter RunbookListResultIterator) Value() Runbook + type RunbookListResultPage struct + func NewRunbookListResultPage(...) RunbookListResultPage + func (page *RunbookListResultPage) Next() error + func (page *RunbookListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RunbookListResultPage) NotDone() bool + func (page RunbookListResultPage) Response() RunbookListResult + func (page RunbookListResultPage) Values() []Runbook + type RunbookParameter struct + DefaultValue *string + IsMandatory *bool + Position *int32 + Type *string + type RunbookProperties struct + CreationTime *date.Time + Description *string + Draft *RunbookDraft + JobCount *int32 + LastModifiedBy *string + LastModifiedTime *date.Time + LogActivityTrace *int32 + LogProgress *bool + LogVerbose *bool + OutputTypes *[]string + Parameters map[string]*RunbookParameter + ProvisioningState RunbookProvisioningState + PublishContentLink *ContentLink + RunbookType RunbookTypeEnum + State RunbookState + func (rp RunbookProperties) MarshalJSON() ([]byte, error) + type RunbookProvisioningState string + const RunbookProvisioningStateSucceeded + func PossibleRunbookProvisioningStateValues() []RunbookProvisioningState + type RunbookState string + const RunbookStateEdit + const RunbookStateNew + const RunbookStatePublished + func PossibleRunbookStateValues() []RunbookState + type RunbookTypeEnum string + const Graph + const GraphPowerShell + const GraphPowerShellWorkflow + const PowerShell + const PowerShellWorkflow + const Script + func PossibleRunbookTypeEnumValues() []RunbookTypeEnum + type RunbookUpdateParameters struct + Location *string + Name *string + Tags map[string]*string + func (rup *RunbookUpdateParameters) UnmarshalJSON(body []byte) error + func (rup RunbookUpdateParameters) MarshalJSON() ([]byte, error) + type RunbookUpdateProperties struct + Description *string + LogActivityTrace *int32 + LogProgress *bool + LogVerbose *bool + type Schedule struct + ID *string + Name *string + Type *string + func (s *Schedule) UnmarshalJSON(body []byte) error + func (s Schedule) MarshalJSON() ([]byte, error) + type ScheduleAssociationProperty struct + Name *string + type ScheduleClient struct + func NewScheduleClient(subscriptionID string) ScheduleClient + func NewScheduleClientWithBaseURI(baseURI string, subscriptionID string) ScheduleClient + func (client ScheduleClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Schedule, err error) + func (client ScheduleClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ScheduleClient) CreateOrUpdateResponder(resp *http.Response) (result Schedule, err error) + func (client ScheduleClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ScheduleClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client ScheduleClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ScheduleClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ScheduleClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ScheduleClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Schedule, err error) + func (client ScheduleClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ScheduleClient) GetResponder(resp *http.Response) (result Schedule, err error) + func (client ScheduleClient) GetSender(req *http.Request) (*http.Response, error) + func (client ScheduleClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ScheduleListResultPage, err error) + func (client ScheduleClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ScheduleListResultIterator, err error) + func (client ScheduleClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client ScheduleClient) ListByAutomationAccountResponder(resp *http.Response) (result ScheduleListResult, err error) + func (client ScheduleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client ScheduleClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Schedule, err error) + func (client ScheduleClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client ScheduleClient) UpdateResponder(resp *http.Response) (result Schedule, err error) + func (client ScheduleClient) UpdateSender(req *http.Request) (*http.Response, error) + type ScheduleCreateOrUpdateParameters struct + Name *string + func (scoup *ScheduleCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (scoup ScheduleCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type ScheduleCreateOrUpdateProperties struct + AdvancedSchedule *AdvancedSchedule + Description *string + ExpiryTime *date.Time + Frequency ScheduleFrequency + Interval interface{} + StartTime *date.Time + TimeZone *string + type ScheduleDay string + const Friday + const Monday + const Saturday + const Sunday + const Thursday + const Tuesday + const Wednesday + func PossibleScheduleDayValues() []ScheduleDay + type ScheduleFrequency string + const Day + const Hour + const Minute + const Month + const OneTime + const Week + func PossibleScheduleFrequencyValues() []ScheduleFrequency + type ScheduleListResult struct + NextLink *string + Value *[]Schedule + func (slr ScheduleListResult) IsEmpty() bool + type ScheduleListResultIterator struct + func NewScheduleListResultIterator(page ScheduleListResultPage) ScheduleListResultIterator + func (iter *ScheduleListResultIterator) Next() error + func (iter *ScheduleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ScheduleListResultIterator) NotDone() bool + func (iter ScheduleListResultIterator) Response() ScheduleListResult + func (iter ScheduleListResultIterator) Value() Schedule + type ScheduleListResultPage struct + func NewScheduleListResultPage(...) ScheduleListResultPage + func (page *ScheduleListResultPage) Next() error + func (page *ScheduleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ScheduleListResultPage) NotDone() bool + func (page ScheduleListResultPage) Response() ScheduleListResult + func (page ScheduleListResultPage) Values() []Schedule + type ScheduleProperties struct + AdvancedSchedule *AdvancedSchedule + CreationTime *date.Time + Description *string + ExpiryTime *date.Time + ExpiryTimeOffsetMinutes *float64 + Frequency ScheduleFrequency + Interval *int32 + IsEnabled *bool + LastModifiedTime *date.Time + NextRun *date.Time + NextRunOffsetMinutes *float64 + StartTime *date.Time + StartTimeOffsetMinutes *float64 + TimeZone *string + func (sp ScheduleProperties) MarshalJSON() ([]byte, error) + type ScheduleUpdateParameters struct + Name *string + func (sup *ScheduleUpdateParameters) UnmarshalJSON(body []byte) error + func (sup ScheduleUpdateParameters) MarshalJSON() ([]byte, error) + type ScheduleUpdateProperties struct + Description *string + IsEnabled *bool + type SetObject struct + Value interface{} + type Sku struct + Capacity *int32 + Family *string + Name SkuNameEnum + type SkuNameEnum string + const Basic + const Free + func PossibleSkuNameEnumValues() []SkuNameEnum + type SoftareUpdateConfigurationRunTaskProperties struct + JobID *string + Source *string + Status *string + type SoftareUpdateConfigurationRunTasks struct + PostTask *SoftareUpdateConfigurationRunTaskProperties + PreTask *SoftareUpdateConfigurationRunTaskProperties + type SoftwareUpdateConfiguration struct + ID *string + Name *string + Type *string + func (suc *SoftwareUpdateConfiguration) UnmarshalJSON(body []byte) error + func (suc SoftwareUpdateConfiguration) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationCollectionItem struct + ID *string + Name *string + func (succi *SoftwareUpdateConfigurationCollectionItem) UnmarshalJSON(body []byte) error + func (succi SoftwareUpdateConfigurationCollectionItem) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationCollectionItemProperties struct + CreationTime *date.Time + Frequency ScheduleFrequency + LastModifiedTime *date.Time + NextRun *date.Time + ProvisioningState *string + StartTime *date.Time + UpdateConfiguration *CollectionItemUpdateConfiguration + func (succip SoftwareUpdateConfigurationCollectionItemProperties) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationListResult struct + Value *[]SoftwareUpdateConfigurationCollectionItem + type SoftwareUpdateConfigurationMachineRun struct + ID *string + Name *string + func (sucmr *SoftwareUpdateConfigurationMachineRun) UnmarshalJSON(body []byte) error + func (sucmr SoftwareUpdateConfigurationMachineRun) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationMachineRunListResult struct + NextLink *string + Value *[]SoftwareUpdateConfigurationMachineRun + type SoftwareUpdateConfigurationMachineRunsClient struct + func NewSoftwareUpdateConfigurationMachineRunsClient(subscriptionID string) SoftwareUpdateConfigurationMachineRunsClient + func NewSoftwareUpdateConfigurationMachineRunsClientWithBaseURI(baseURI string, subscriptionID string) SoftwareUpdateConfigurationMachineRunsClient + func (client SoftwareUpdateConfigurationMachineRunsClient) GetByID(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfigurationMachineRun, err error) + func (client SoftwareUpdateConfigurationMachineRunsClient) GetByIDPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationMachineRunsClient) GetByIDResponder(resp *http.Response) (result SoftwareUpdateConfigurationMachineRun, err error) + func (client SoftwareUpdateConfigurationMachineRunsClient) GetByIDSender(req *http.Request) (*http.Response, error) + func (client SoftwareUpdateConfigurationMachineRunsClient) List(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfigurationMachineRunListResult, err error) + func (client SoftwareUpdateConfigurationMachineRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationMachineRunsClient) ListResponder(resp *http.Response) (result SoftwareUpdateConfigurationMachineRunListResult, err error) + func (client SoftwareUpdateConfigurationMachineRunsClient) ListSender(req *http.Request) (*http.Response, error) + type SoftwareUpdateConfigurationProperties struct + CreatedBy *string + CreationTime *date.Time + Error *ErrorResponse + LastModifiedBy *string + LastModifiedTime *date.Time + ProvisioningState *string + ScheduleInfo *ScheduleProperties + Tasks *SoftwareUpdateConfigurationTasks + UpdateConfiguration *UpdateConfiguration + func (sucp SoftwareUpdateConfigurationProperties) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationRun struct + ID *string + Name *string + func (sucr *SoftwareUpdateConfigurationRun) UnmarshalJSON(body []byte) error + func (sucr SoftwareUpdateConfigurationRun) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationRunListResult struct + NextLink *string + Value *[]SoftwareUpdateConfigurationRun + type SoftwareUpdateConfigurationRunProperties struct + ComputerCount *int32 + ConfiguredDuration *string + CreatedBy *string + CreationTime *date.Time + EndTime *date.Time + FailedCount *int32 + LastModifiedBy *string + LastModifiedTime *date.Time + OsType *string + SoftwareUpdateConfiguration *UpdateConfigurationNavigation + StartTime *date.Time + Status *string + Tasks *SoftareUpdateConfigurationRunTasks + func (sucrp SoftwareUpdateConfigurationRunProperties) MarshalJSON() ([]byte, error) + type SoftwareUpdateConfigurationRunsClient struct + func NewSoftwareUpdateConfigurationRunsClient(subscriptionID string) SoftwareUpdateConfigurationRunsClient + func NewSoftwareUpdateConfigurationRunsClientWithBaseURI(baseURI string, subscriptionID string) SoftwareUpdateConfigurationRunsClient + func (client SoftwareUpdateConfigurationRunsClient) GetByID(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfigurationRun, err error) + func (client SoftwareUpdateConfigurationRunsClient) GetByIDPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationRunsClient) GetByIDResponder(resp *http.Response) (result SoftwareUpdateConfigurationRun, err error) + func (client SoftwareUpdateConfigurationRunsClient) GetByIDSender(req *http.Request) (*http.Response, error) + func (client SoftwareUpdateConfigurationRunsClient) List(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfigurationRunListResult, err error) + func (client SoftwareUpdateConfigurationRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationRunsClient) ListResponder(resp *http.Response) (result SoftwareUpdateConfigurationRunListResult, err error) + func (client SoftwareUpdateConfigurationRunsClient) ListSender(req *http.Request) (*http.Response, error) + type SoftwareUpdateConfigurationTasks struct + PostTask *TaskProperties + PreTask *TaskProperties + type SoftwareUpdateConfigurationsClient struct + func NewSoftwareUpdateConfigurationsClient(subscriptionID string) SoftwareUpdateConfigurationsClient + func NewSoftwareUpdateConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) SoftwareUpdateConfigurationsClient + func (client SoftwareUpdateConfigurationsClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfiguration, err error) + func (client SoftwareUpdateConfigurationsClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationsClient) CreateResponder(resp *http.Response) (result SoftwareUpdateConfiguration, err error) + func (client SoftwareUpdateConfigurationsClient) CreateSender(req *http.Request) (*http.Response, error) + func (client SoftwareUpdateConfigurationsClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client SoftwareUpdateConfigurationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SoftwareUpdateConfigurationsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client SoftwareUpdateConfigurationsClient) GetByName(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfiguration, err error) + func (client SoftwareUpdateConfigurationsClient) GetByNamePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationsClient) GetByNameResponder(resp *http.Response) (result SoftwareUpdateConfiguration, err error) + func (client SoftwareUpdateConfigurationsClient) GetByNameSender(req *http.Request) (*http.Response, error) + func (client SoftwareUpdateConfigurationsClient) List(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SoftwareUpdateConfigurationListResult, err error) + func (client SoftwareUpdateConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SoftwareUpdateConfigurationsClient) ListResponder(resp *http.Response) (result SoftwareUpdateConfigurationListResult, err error) + func (client SoftwareUpdateConfigurationsClient) ListSender(req *http.Request) (*http.Response, error) + type SourceControl struct + ID *string + Name *string + Type *string + func (sc *SourceControl) UnmarshalJSON(body []byte) error + func (sc SourceControl) MarshalJSON() ([]byte, error) + type SourceControlClient struct + func NewSourceControlClient(subscriptionID string) SourceControlClient + func NewSourceControlClientWithBaseURI(baseURI string, subscriptionID string) SourceControlClient + func (client SourceControlClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControl, err error) + func (client SourceControlClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlClient) CreateOrUpdateResponder(resp *http.Response) (result SourceControl, err error) + func (client SourceControlClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client SourceControlClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client SourceControlClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SourceControlClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client SourceControlClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControl, err error) + func (client SourceControlClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlClient) GetResponder(resp *http.Response) (result SourceControl, err error) + func (client SourceControlClient) GetSender(req *http.Request) (*http.Response, error) + func (client SourceControlClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlListResultPage, err error) + func (client SourceControlClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlListResultIterator, err error) + func (client SourceControlClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlClient) ListByAutomationAccountResponder(resp *http.Response) (result SourceControlListResult, err error) + func (client SourceControlClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client SourceControlClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControl, err error) + func (client SourceControlClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlClient) UpdateResponder(resp *http.Response) (result SourceControl, err error) + func (client SourceControlClient) UpdateSender(req *http.Request) (*http.Response, error) + type SourceControlCreateOrUpdateParameters struct + func (sccoup *SourceControlCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (sccoup SourceControlCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type SourceControlCreateOrUpdateProperties struct + AutoSync *bool + Branch *string + Description *string + FolderPath *string + PublishRunbook *bool + RepoURL *string + SecurityToken *SourceControlSecurityTokenProperties + SourceType SourceType + type SourceControlListResult struct + NextLink *string + Value *[]SourceControl + func (sclr SourceControlListResult) IsEmpty() bool + type SourceControlListResultIterator struct + func NewSourceControlListResultIterator(page SourceControlListResultPage) SourceControlListResultIterator + func (iter *SourceControlListResultIterator) Next() error + func (iter *SourceControlListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter SourceControlListResultIterator) NotDone() bool + func (iter SourceControlListResultIterator) Response() SourceControlListResult + func (iter SourceControlListResultIterator) Value() SourceControl + type SourceControlListResultPage struct + func NewSourceControlListResultPage(...) SourceControlListResultPage + func (page *SourceControlListResultPage) Next() error + func (page *SourceControlListResultPage) NextWithContext(ctx context.Context) (err error) + func (page SourceControlListResultPage) NotDone() bool + func (page SourceControlListResultPage) Response() SourceControlListResult + func (page SourceControlListResultPage) Values() []SourceControl + type SourceControlProperties struct + AutoSync *bool + Branch *string + CreationTime *date.Time + Description *string + FolderPath *string + LastModifiedTime *date.Time + PublishRunbook *bool + RepoURL *string + SourceType SourceType + type SourceControlSecurityTokenProperties struct + AccessToken *string + RefreshToken *string + TokenType TokenType + type SourceControlSyncJob struct + ID *string + Name *string + Type *string + func (scsj *SourceControlSyncJob) UnmarshalJSON(body []byte) error + func (scsj SourceControlSyncJob) MarshalJSON() ([]byte, error) + type SourceControlSyncJobByID struct + ID *string + func (scsjbi *SourceControlSyncJobByID) UnmarshalJSON(body []byte) error + func (scsjbi SourceControlSyncJobByID) MarshalJSON() ([]byte, error) + type SourceControlSyncJobByIDProperties struct + CreationTime *date.Time + EndTime *date.Time + Exception *string + ProvisioningState ProvisioningState + SourceControlSyncJobID *string + StartTime *date.Time + SyncType SyncType + func (scsjbip SourceControlSyncJobByIDProperties) MarshalJSON() ([]byte, error) + type SourceControlSyncJobClient struct + func NewSourceControlSyncJobClient(subscriptionID string) SourceControlSyncJobClient + func NewSourceControlSyncJobClientWithBaseURI(baseURI string, subscriptionID string) SourceControlSyncJobClient + func (client SourceControlSyncJobClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJob, err error) + func (client SourceControlSyncJobClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlSyncJobClient) CreateResponder(resp *http.Response) (result SourceControlSyncJob, err error) + func (client SourceControlSyncJobClient) CreateSender(req *http.Request) (*http.Response, error) + func (client SourceControlSyncJobClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobByID, err error) + func (client SourceControlSyncJobClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlSyncJobClient) GetResponder(resp *http.Response) (result SourceControlSyncJobByID, err error) + func (client SourceControlSyncJobClient) GetSender(req *http.Request) (*http.Response, error) + func (client SourceControlSyncJobClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobListResultPage, err error) + func (client SourceControlSyncJobClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobListResultIterator, err error) + func (client SourceControlSyncJobClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlSyncJobClient) ListByAutomationAccountResponder(resp *http.Response) (result SourceControlSyncJobListResult, err error) + func (client SourceControlSyncJobClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type SourceControlSyncJobCreateParameters struct + func (scsjcp *SourceControlSyncJobCreateParameters) UnmarshalJSON(body []byte) error + func (scsjcp SourceControlSyncJobCreateParameters) MarshalJSON() ([]byte, error) + type SourceControlSyncJobCreateProperties struct + CommitID *string + type SourceControlSyncJobListResult struct + NextLink *string + Value *[]SourceControlSyncJob + func (scsjlr SourceControlSyncJobListResult) IsEmpty() bool + type SourceControlSyncJobListResultIterator struct + func NewSourceControlSyncJobListResultIterator(page SourceControlSyncJobListResultPage) SourceControlSyncJobListResultIterator + func (iter *SourceControlSyncJobListResultIterator) Next() error + func (iter *SourceControlSyncJobListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter SourceControlSyncJobListResultIterator) NotDone() bool + func (iter SourceControlSyncJobListResultIterator) Response() SourceControlSyncJobListResult + func (iter SourceControlSyncJobListResultIterator) Value() SourceControlSyncJob + type SourceControlSyncJobListResultPage struct + func NewSourceControlSyncJobListResultPage(...) SourceControlSyncJobListResultPage + func (page *SourceControlSyncJobListResultPage) Next() error + func (page *SourceControlSyncJobListResultPage) NextWithContext(ctx context.Context) (err error) + func (page SourceControlSyncJobListResultPage) NotDone() bool + func (page SourceControlSyncJobListResultPage) Response() SourceControlSyncJobListResult + func (page SourceControlSyncJobListResultPage) Values() []SourceControlSyncJob + type SourceControlSyncJobProperties struct + CreationTime *date.Time + EndTime *date.Time + ProvisioningState ProvisioningState + SourceControlSyncJobID *string + StartTime *date.Time + SyncType SyncType + func (scsjp SourceControlSyncJobProperties) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStream struct + ID *string + func (scsjs *SourceControlSyncJobStream) UnmarshalJSON(body []byte) error + func (scsjs SourceControlSyncJobStream) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStreamByID struct + ID *string + func (scsjsbi *SourceControlSyncJobStreamByID) UnmarshalJSON(body []byte) error + func (scsjsbi SourceControlSyncJobStreamByID) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStreamByIDProperties struct + SourceControlSyncJobStreamID *string + StreamText *string + StreamType StreamType + Summary *string + Time *date.Time + Value map[string]interface{} + func (scsjsbip SourceControlSyncJobStreamByIDProperties) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStreamProperties struct + SourceControlSyncJobStreamID *string + StreamType StreamType + Summary *string + Time *date.Time + func (scsjsp SourceControlSyncJobStreamProperties) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStreamsClient struct + func NewSourceControlSyncJobStreamsClient(subscriptionID string) SourceControlSyncJobStreamsClient + func NewSourceControlSyncJobStreamsClientWithBaseURI(baseURI string, subscriptionID string) SourceControlSyncJobStreamsClient + func (client SourceControlSyncJobStreamsClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobStreamByID, err error) + func (client SourceControlSyncJobStreamsClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlSyncJobStreamsClient) GetResponder(resp *http.Response) (result SourceControlSyncJobStreamByID, err error) + func (client SourceControlSyncJobStreamsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SourceControlSyncJobStreamsClient) ListBySyncJob(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobStreamsListBySyncJobPage, err error) + func (client SourceControlSyncJobStreamsClient) ListBySyncJobComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result SourceControlSyncJobStreamsListBySyncJobIterator, err error) + func (client SourceControlSyncJobStreamsClient) ListBySyncJobPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client SourceControlSyncJobStreamsClient) ListBySyncJobResponder(resp *http.Response) (result SourceControlSyncJobStreamsListBySyncJob, err error) + func (client SourceControlSyncJobStreamsClient) ListBySyncJobSender(req *http.Request) (*http.Response, error) + type SourceControlSyncJobStreamsListBySyncJob struct + NextLink *string + Value *[]SourceControlSyncJobStream + func (scsjslbsj SourceControlSyncJobStreamsListBySyncJob) IsEmpty() bool + func (scsjslbsj SourceControlSyncJobStreamsListBySyncJob) MarshalJSON() ([]byte, error) + type SourceControlSyncJobStreamsListBySyncJobIterator struct + func NewSourceControlSyncJobStreamsListBySyncJobIterator(page SourceControlSyncJobStreamsListBySyncJobPage) SourceControlSyncJobStreamsListBySyncJobIterator + func (iter *SourceControlSyncJobStreamsListBySyncJobIterator) Next() error + func (iter *SourceControlSyncJobStreamsListBySyncJobIterator) NextWithContext(ctx context.Context) (err error) + func (iter SourceControlSyncJobStreamsListBySyncJobIterator) NotDone() bool + func (iter SourceControlSyncJobStreamsListBySyncJobIterator) Response() SourceControlSyncJobStreamsListBySyncJob + func (iter SourceControlSyncJobStreamsListBySyncJobIterator) Value() SourceControlSyncJobStream + type SourceControlSyncJobStreamsListBySyncJobPage struct + func NewSourceControlSyncJobStreamsListBySyncJobPage(...) SourceControlSyncJobStreamsListBySyncJobPage + func (page *SourceControlSyncJobStreamsListBySyncJobPage) Next() error + func (page *SourceControlSyncJobStreamsListBySyncJobPage) NextWithContext(ctx context.Context) (err error) + func (page SourceControlSyncJobStreamsListBySyncJobPage) NotDone() bool + func (page SourceControlSyncJobStreamsListBySyncJobPage) Response() SourceControlSyncJobStreamsListBySyncJob + func (page SourceControlSyncJobStreamsListBySyncJobPage) Values() []SourceControlSyncJobStream + type SourceControlUpdateParameters struct + func (scup *SourceControlUpdateParameters) UnmarshalJSON(body []byte) error + func (scup SourceControlUpdateParameters) MarshalJSON() ([]byte, error) + type SourceControlUpdateProperties struct + AutoSync *bool + Branch *string + Description *string + FolderPath *string + PublishRunbook *bool + SecurityToken *SourceControlSecurityTokenProperties + type SourceType string + const GitHub + const VsoGit + const VsoTfvc + func PossibleSourceTypeValues() []SourceType + type Statistics struct + CounterProperty *string + CounterValue *int64 + EndTime *date.Time + ID *string + StartTime *date.Time + type StatisticsClient struct + func NewStatisticsClient(subscriptionID string) StatisticsClient + func NewStatisticsClientWithBaseURI(baseURI string, subscriptionID string) StatisticsClient + func (client StatisticsClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result StatisticsListResult, err error) + func (client StatisticsClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client StatisticsClient) ListByAutomationAccountResponder(resp *http.Response) (result StatisticsListResult, err error) + func (client StatisticsClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type StatisticsListResult struct + Value *[]Statistics + type StreamType string + const StreamTypeError + const StreamTypeOutput + func PossibleStreamTypeValues() []StreamType + type String struct + Value *string + type SyncType string + const FullSync + const PartialSync + func PossibleSyncTypeValues() []SyncType + type TagOperators string + const TagOperatorsAll + const TagOperatorsAny + func PossibleTagOperatorsValues() []TagOperators + type TagSettingsProperties struct + FilterOperator TagOperators + Tags map[string][]string + func (tsp TagSettingsProperties) MarshalJSON() ([]byte, error) + type TargetProperties struct + AzureQueries *[]AzureQueryProperties + NonAzureQueries *[]NonAzureQueryProperties + type TaskProperties struct + Parameters map[string]*string + Source *string + func (tp TaskProperties) MarshalJSON() ([]byte, error) + type TestJob struct + CreationTime *date.Time + EndTime *date.Time + Exception *string + LastModifiedTime *date.Time + LastStatusModifiedTime *date.Time + LogActivityTrace *int32 + Parameters map[string]*string + RunOn *string + StartTime *date.Time + Status *string + StatusDetails *string + func (tj TestJob) MarshalJSON() ([]byte, error) + type TestJobClient struct + func NewTestJobClient(subscriptionID string) TestJobClient + func NewTestJobClientWithBaseURI(baseURI string, subscriptionID string) TestJobClient + func (client TestJobClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result TestJob, err error) + func (client TestJobClient) CreatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobClient) CreateResponder(resp *http.Response) (result TestJob, err error) + func (client TestJobClient) CreateSender(req *http.Request) (*http.Response, error) + func (client TestJobClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result TestJob, err error) + func (client TestJobClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobClient) GetResponder(resp *http.Response) (result TestJob, err error) + func (client TestJobClient) GetSender(req *http.Request) (*http.Response, error) + func (client TestJobClient) Resume(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client TestJobClient) ResumePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobClient) ResumeResponder(resp *http.Response) (result autorest.Response, err error) + func (client TestJobClient) ResumeSender(req *http.Request) (*http.Response, error) + func (client TestJobClient) Stop(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client TestJobClient) StopPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client TestJobClient) StopSender(req *http.Request) (*http.Response, error) + func (client TestJobClient) Suspend(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client TestJobClient) SuspendPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobClient) SuspendResponder(resp *http.Response) (result autorest.Response, err error) + func (client TestJobClient) SuspendSender(req *http.Request) (*http.Response, error) + type TestJobCreateParameters struct + Parameters map[string]*string + RunOn *string + func (tjcp TestJobCreateParameters) MarshalJSON() ([]byte, error) + type TestJobStreamsClient struct + func NewTestJobStreamsClient(subscriptionID string) TestJobStreamsClient + func NewTestJobStreamsClientWithBaseURI(baseURI string, subscriptionID string) TestJobStreamsClient + func (client TestJobStreamsClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStream, err error) + func (client TestJobStreamsClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobStreamsClient) GetResponder(resp *http.Response) (result JobStream, err error) + func (client TestJobStreamsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TestJobStreamsClient) ListByTestJob(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStreamListResultPage, err error) + func (client TestJobStreamsClient) ListByTestJobComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result JobStreamListResultIterator, err error) + func (client TestJobStreamsClient) ListByTestJobPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client TestJobStreamsClient) ListByTestJobResponder(resp *http.Response) (result JobStreamListResult, err error) + func (client TestJobStreamsClient) ListByTestJobSender(req *http.Request) (*http.Response, error) + type TokenType string + const Oauth + const PersonalAccessToken + func PossibleTokenTypeValues() []TokenType + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TypeField struct + Name *string + Type *string + type TypeFieldListResult struct + Value *[]TypeField + type UpdateConfiguration struct + AzureVirtualMachines *[]string + Duration *string + Linux *LinuxProperties + NonAzureComputerNames *[]string + OperatingSystem OperatingSystemType + Targets *TargetProperties + Windows *WindowsProperties + type UpdateConfigurationMachineRunProperties struct + ConfiguredDuration *string + CorrelationID *uuid.UUID + CreatedBy *string + CreationTime *date.Time + EndTime *date.Time + Error *ErrorResponse + Job *JobNavigation + LastModifiedBy *string + LastModifiedTime *date.Time + OsType *string + SoftwareUpdateConfiguration *UpdateConfigurationNavigation + SourceComputerID *uuid.UUID + StartTime *date.Time + Status *string + TargetComputer *string + TargetComputerType *string + func (ucmrp UpdateConfigurationMachineRunProperties) MarshalJSON() ([]byte, error) + type UpdateConfigurationNavigation struct + Name *string + type Usage struct + CurrentValue *float64 + ID *string + Limit *int64 + Name *UsageCounterName + ThrottleStatus *string + Unit *string + type UsageCounterName struct + LocalizedValue *string + Value *string + type UsageListResult struct + Value *[]Usage + type UsagesClient struct + func NewUsagesClient(subscriptionID string) UsagesClient + func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient + func (client UsagesClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result UsageListResult, err error) + func (client UsagesClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client UsagesClient) ListByAutomationAccountResponder(resp *http.Response) (result UsageListResult, err error) + func (client UsagesClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + type Variable struct + ID *string + Name *string + Type *string + func (vVar *Variable) UnmarshalJSON(body []byte) error + func (vVar Variable) MarshalJSON() ([]byte, error) + type VariableClient struct + func NewVariableClient(subscriptionID string) VariableClient + func NewVariableClientWithBaseURI(baseURI string, subscriptionID string) VariableClient + func (client VariableClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Variable, err error) + func (client VariableClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client VariableClient) CreateOrUpdateResponder(resp *http.Response) (result Variable, err error) + func (client VariableClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client VariableClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client VariableClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client VariableClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VariableClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client VariableClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Variable, err error) + func (client VariableClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client VariableClient) GetResponder(resp *http.Response) (result Variable, err error) + func (client VariableClient) GetSender(req *http.Request) (*http.Response, error) + func (client VariableClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result VariableListResultPage, err error) + func (client VariableClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result VariableListResultIterator, err error) + func (client VariableClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client VariableClient) ListByAutomationAccountResponder(resp *http.Response) (result VariableListResult, err error) + func (client VariableClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client VariableClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Variable, err error) + func (client VariableClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client VariableClient) UpdateResponder(resp *http.Response) (result Variable, err error) + func (client VariableClient) UpdateSender(req *http.Request) (*http.Response, error) + type VariableCreateOrUpdateParameters struct + Name *string + func (vcoup *VariableCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (vcoup VariableCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type VariableCreateOrUpdateProperties struct + Description *string + IsEncrypted *bool + Value *string + type VariableListResult struct + NextLink *string + Value *[]Variable + func (vlr VariableListResult) IsEmpty() bool + type VariableListResultIterator struct + func NewVariableListResultIterator(page VariableListResultPage) VariableListResultIterator + func (iter *VariableListResultIterator) Next() error + func (iter *VariableListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VariableListResultIterator) NotDone() bool + func (iter VariableListResultIterator) Response() VariableListResult + func (iter VariableListResultIterator) Value() Variable + type VariableListResultPage struct + func NewVariableListResultPage(...) VariableListResultPage + func (page *VariableListResultPage) Next() error + func (page *VariableListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VariableListResultPage) NotDone() bool + func (page VariableListResultPage) Response() VariableListResult + func (page VariableListResultPage) Values() []Variable + type VariableProperties struct + CreationTime *date.Time + Description *string + IsEncrypted *bool + LastModifiedTime *date.Time + Value *string + type VariableUpdateParameters struct + Name *string + func (vup *VariableUpdateParameters) UnmarshalJSON(body []byte) error + func (vup VariableUpdateParameters) MarshalJSON() ([]byte, error) + type VariableUpdateProperties struct + Description *string + Value *string + type Watcher struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (w *Watcher) UnmarshalJSON(body []byte) error + func (w Watcher) MarshalJSON() ([]byte, error) + type WatcherClient struct + func NewWatcherClient(subscriptionID string) WatcherClient + func NewWatcherClientWithBaseURI(baseURI string, subscriptionID string) WatcherClient + func (client WatcherClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Watcher, err error) + func (client WatcherClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) CreateOrUpdateResponder(resp *http.Response) (result Watcher, err error) + func (client WatcherClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client WatcherClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WatcherClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Watcher, err error) + func (client WatcherClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) GetResponder(resp *http.Response) (result Watcher, err error) + func (client WatcherClient) GetSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result WatcherListResultPage, err error) + func (client WatcherClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result WatcherListResultIterator, err error) + func (client WatcherClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) ListByAutomationAccountResponder(resp *http.Response) (result WatcherListResult, err error) + func (client WatcherClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) Start(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client WatcherClient) StartPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client WatcherClient) StartSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) Stop(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client WatcherClient) StopPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client WatcherClient) StopSender(req *http.Request) (*http.Response, error) + func (client WatcherClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Watcher, err error) + func (client WatcherClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WatcherClient) UpdateResponder(resp *http.Response) (result Watcher, err error) + func (client WatcherClient) UpdateSender(req *http.Request) (*http.Response, error) + type WatcherListResult struct + NextLink *string + Value *[]Watcher + func (wlr WatcherListResult) IsEmpty() bool + type WatcherListResultIterator struct + func NewWatcherListResultIterator(page WatcherListResultPage) WatcherListResultIterator + func (iter *WatcherListResultIterator) Next() error + func (iter *WatcherListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WatcherListResultIterator) NotDone() bool + func (iter WatcherListResultIterator) Response() WatcherListResult + func (iter WatcherListResultIterator) Value() Watcher + type WatcherListResultPage struct + func NewWatcherListResultPage(...) WatcherListResultPage + func (page *WatcherListResultPage) Next() error + func (page *WatcherListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WatcherListResultPage) NotDone() bool + func (page WatcherListResultPage) Response() WatcherListResult + func (page WatcherListResultPage) Values() []Watcher + type WatcherProperties struct + CreationTime *date.Time + Description *string + ExecutionFrequencyInSeconds *int64 + LastModifiedBy *string + LastModifiedTime *date.Time + ScriptName *string + ScriptParameters map[string]*string + ScriptRunOn *string + Status *string + func (wp WatcherProperties) MarshalJSON() ([]byte, error) + type WatcherUpdateParameters struct + Name *string + func (wup *WatcherUpdateParameters) UnmarshalJSON(body []byte) error + func (wup WatcherUpdateParameters) MarshalJSON() ([]byte, error) + type WatcherUpdateProperties struct + ExecutionFrequencyInSeconds *int64 + type Webhook struct + ID *string + Name *string + Type *string + func (w *Webhook) UnmarshalJSON(body []byte) error + func (w Webhook) MarshalJSON() ([]byte, error) + type WebhookClient struct + func NewWebhookClient(subscriptionID string) WebhookClient + func NewWebhookClientWithBaseURI(baseURI string, subscriptionID string) WebhookClient + func (client WebhookClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Webhook, err error) + func (client WebhookClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WebhookClient) CreateOrUpdateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhookClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client WebhookClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result autorest.Response, err error) + func (client WebhookClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WebhookClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WebhookClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client WebhookClient) GenerateURI(ctx context.Context, resourceGroupName string, automationAccountName string) (result String, err error) + func (client WebhookClient) GenerateURIPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error) + func (client WebhookClient) GenerateURIResponder(resp *http.Response) (result String, err error) + func (client WebhookClient) GenerateURISender(req *http.Request) (*http.Response, error) + func (client WebhookClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Webhook, err error) + func (client WebhookClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WebhookClient) GetResponder(resp *http.Response) (result Webhook, err error) + func (client WebhookClient) GetSender(req *http.Request) (*http.Response, error) + func (client WebhookClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result WebhookListResultPage, err error) + func (client WebhookClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result WebhookListResultIterator, err error) + func (client WebhookClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WebhookClient) ListByAutomationAccountResponder(resp *http.Response) (result WebhookListResult, err error) + func (client WebhookClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) + func (client WebhookClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result Webhook, err error) + func (client WebhookClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (*http.Request, error) + func (client WebhookClient) UpdateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhookClient) UpdateSender(req *http.Request) (*http.Response, error) + type WebhookCreateOrUpdateParameters struct + Name *string + func (wcoup *WebhookCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (wcoup WebhookCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type WebhookCreateOrUpdateProperties struct + ExpiryTime *date.Time + IsEnabled *bool + Parameters map[string]*string + RunOn *string + Runbook *RunbookAssociationProperty + URI *string + func (wcoup WebhookCreateOrUpdateProperties) MarshalJSON() ([]byte, error) + type WebhookListResult struct + NextLink *string + Value *[]Webhook + func (wlr WebhookListResult) IsEmpty() bool + type WebhookListResultIterator struct + func NewWebhookListResultIterator(page WebhookListResultPage) WebhookListResultIterator + func (iter *WebhookListResultIterator) Next() error + func (iter *WebhookListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WebhookListResultIterator) NotDone() bool + func (iter WebhookListResultIterator) Response() WebhookListResult + func (iter WebhookListResultIterator) Value() Webhook + type WebhookListResultPage struct + func NewWebhookListResultPage(...) WebhookListResultPage + func (page *WebhookListResultPage) Next() error + func (page *WebhookListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WebhookListResultPage) NotDone() bool + func (page WebhookListResultPage) Response() WebhookListResult + func (page WebhookListResultPage) Values() []Webhook + type WebhookProperties struct + CreationTime *date.Time + Description *string + ExpiryTime *date.Time + IsEnabled *bool + LastInvokedTime *date.Time + LastModifiedBy *string + LastModifiedTime *date.Time + Parameters map[string]*string + RunOn *string + Runbook *RunbookAssociationProperty + URI *string + func (wp WebhookProperties) MarshalJSON() ([]byte, error) + type WebhookUpdateParameters struct + Name *string + func (wup *WebhookUpdateParameters) UnmarshalJSON(body []byte) error + func (wup WebhookUpdateParameters) MarshalJSON() ([]byte, error) + type WebhookUpdateProperties struct + Description *string + IsEnabled *bool + Parameters map[string]*string + RunOn *string + func (wup WebhookUpdateProperties) MarshalJSON() ([]byte, error) + type WindowsProperties struct + ExcludedKbNumbers *[]string + IncludedKbNumbers *[]string + IncludedUpdateClassifications WindowsUpdateClasses + RebootSetting *string + type WindowsUpdateClasses string + const WindowsUpdateClassesCritical + const WindowsUpdateClassesDefinition + const WindowsUpdateClassesFeaturePack + const WindowsUpdateClassesSecurity + const WindowsUpdateClassesServicePack + const WindowsUpdateClassesTools + const WindowsUpdateClassesUnclassified + const WindowsUpdateClassesUpdateRollup + const WindowsUpdateClassesUpdates + func PossibleWindowsUpdateClassesValues() []WindowsUpdateClasses Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49