Documentation
¶
Overview ¶
Package automation implements the Azure ARM Automation service API version .
Automation Client
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Account
- type 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
- type AccountCreateOrUpdateProperties
- type AccountListResult
- type 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
- type AccountProperties
- type AccountState
- type AccountUpdateParameters
- type AccountUpdateProperties
- type Activity
- type 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
- type 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
- 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
- type ActivityParameter
- type ActivityParameterSet
- type ActivityParameterValidationSet
- type ActivityProperties
- type AdvancedSchedule
- type AdvancedScheduleMonthlyOccurrence
- type AgentRegistration
- type 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
- type AgentRegistrationKeys
- type AgentRegistrationRegenerateKeyParameter
- type AzureQueryProperties
- type BaseClient
- type Certificate
- type 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
- type CertificateCreateOrUpdateProperties
- type CertificateListResult
- type 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
- 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
- type CertificateUpdateParameters
- type CertificateUpdateProperties
- type CollectionItemUpdateConfiguration
- type Connection
- type 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
- type ConnectionCreateOrUpdateProperties
- type ConnectionListResult
- type 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
- 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
- type ConnectionType
- type ConnectionTypeAssociationProperty
- type 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
- type ConnectionTypeCreateOrUpdateProperties
- type ConnectionTypeListResult
- type 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
- 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
- type ConnectionUpdateParameters
- type ConnectionUpdateProperties
- type ContentHash
- type ContentLink
- type ContentSource
- type ContentSourceType
- type Credential
- type 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
- type CredentialCreateOrUpdateProperties
- type CredentialListResult
- type 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
- 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
- type CredentialUpdateParameters
- type CredentialUpdateProperties
- type DscCompilationJob
- type DscCompilationJobClient
- func (client DscCompilationJobClient) Create(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscCompilationJob, 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) (*http.Response, 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 DscCompilationJobCreateParameters
- type DscCompilationJobCreateProperties
- type DscCompilationJobListResult
- type 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
- 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
- type 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
- type DscConfigurationAssociationProperty
- type 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
- type DscConfigurationCreateOrUpdateProperties
- type DscConfigurationListResult
- type 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
- 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
- type DscConfigurationProperties
- type DscConfigurationProvisioningState
- type DscConfigurationState
- type DscConfigurationUpdateParameters
- type DscMetaConfiguration
- type DscNode
- type 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
- type DscNodeConfigurationAssociationProperty
- type DscNodeConfigurationClient
- func (client DscNodeConfigurationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, ...) (result DscNodeConfiguration, 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) (*http.Response, 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 DscNodeConfigurationCreateOrUpdateParameters
- type DscNodeConfigurationListResult
- type 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
- 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 DscNodeExtensionHandlerAssociationProperty
- type DscNodeListResult
- type 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
- type DscNodeReport
- type DscNodeReportListResult
- type 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
- 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
- type DscReportError
- type DscReportResource
- type DscReportResourceNavigation
- type ErrorResponse
- type FieldDefinition
- type 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
- type HTTPStatusCode
- type HybridRunbookWorker
- type HybridRunbookWorkerGroup
- type 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
- type HybridRunbookWorkerGroupsListResult
- type 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
- 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
- type 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
- type JobCollectionItemProperties
- type JobCreateParameters
- type JobCreateProperties
- type JobListResultV2
- type 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
- type JobNavigation
- type JobProperties
- type JobProvisioningState
- type JobSchedule
- type 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
- type JobScheduleCreateProperties
- type JobScheduleListResult
- type 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
- 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
- type JobStatus
- type JobStream
- type 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
- type 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
- 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
- type JobStreamType
- type Key
- type KeyListResult
- type KeyName
- type KeyPermissions
- type 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
- type 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
- type LinuxUpdateClasses
- type Module
- type 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
- type ModuleCreateOrUpdateProperties
- type ModuleErrorInfo
- type ModuleListResult
- type 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
- type ModuleProperties
- type ModuleProvisioningState
- type ModuleUpdateParameters
- type ModuleUpdateProperties
- type 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
- type 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
- type Operation
- type OperationDisplay
- type OperationListResult
- type 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
- type ProxyResource
- type ReadCloser
- type Resource
- type RunAsCredentialAssociationProperty
- type Runbook
- type RunbookAssociationProperty
- type 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
- type RunbookCreateOrUpdateDraftProperties
- type RunbookCreateOrUpdateParameters
- type RunbookCreateOrUpdateProperties
- type RunbookDraft
- type 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
- type RunbookDraftReplaceContentFuture
- type RunbookDraftUndoEditResult
- type RunbookListResult
- type 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
- type RunbookParameter
- type RunbookProperties
- type RunbookProvisioningState
- type RunbookState
- type RunbookTypeEnum
- type RunbookUpdateParameters
- type RunbookUpdateProperties
- type Schedule
- type ScheduleAssociationProperty
- type 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
- type ScheduleCreateOrUpdateProperties
- type ScheduleDay
- type ScheduleFrequency
- type ScheduleListResult
- type 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
- 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
- type ScheduleUpdateParameters
- type ScheduleUpdateProperties
- type SetObject
- type Sku
- type SkuNameEnum
- type SoftareUpdateConfigurationRunTaskProperties
- type SoftareUpdateConfigurationRunTasks
- type SoftwareUpdateConfiguration
- type SoftwareUpdateConfigurationCollectionItem
- type SoftwareUpdateConfigurationCollectionItemProperties
- type SoftwareUpdateConfigurationListResult
- type SoftwareUpdateConfigurationMachineRun
- type SoftwareUpdateConfigurationMachineRunListResult
- type 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
- type SoftwareUpdateConfigurationRun
- type SoftwareUpdateConfigurationRunListResult
- type SoftwareUpdateConfigurationRunProperties
- type 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
- type 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
- type 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
- type SourceControlCreateOrUpdateProperties
- type SourceControlListResult
- type 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
- 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
- type SourceControlSecurityTokenProperties
- type SourceControlSyncJob
- type SourceControlSyncJobByID
- type SourceControlSyncJobByIDProperties
- type 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
- type SourceControlSyncJobCreateProperties
- type SourceControlSyncJobListResult
- type 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
- 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
- type SourceControlSyncJobStream
- type SourceControlSyncJobStreamByID
- type SourceControlSyncJobStreamByIDProperties
- type SourceControlSyncJobStreamProperties
- type 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
- type 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
- 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
- type SourceControlUpdateProperties
- type SourceType
- type Statistics
- type 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
- type StreamType
- type String
- type SyncType
- type TagOperators
- type TagSettingsProperties
- type TargetProperties
- type TaskProperties
- type TestJob
- type 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
- type 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
- type TrackedResource
- type TypeField
- type TypeFieldListResult
- type UpdateConfiguration
- type UpdateConfigurationMachineRunProperties
- type UpdateConfigurationNavigation
- type Usage
- type UsageCounterName
- type UsageListResult
- type 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
- type 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
- type VariableCreateOrUpdateProperties
- type VariableListResult
- type 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
- 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
- type VariableUpdateParameters
- type VariableUpdateProperties
- type Webhook
- type 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
- type WebhookCreateOrUpdateProperties
- type WebhookListResult
- type 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
- type WebhookProperties
- type WebhookUpdateParameters
- type WebhookUpdateProperties
- type WindowsProperties
- type WindowsUpdateClasses
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Automation
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type Account ¶
type Account struct { autorest.Response `json:"-"` // AccountProperties - Gets or sets the automation account properties. *AccountProperties `json:"properties,omitempty"` // Etag - Gets or sets the etag of the resource. Etag *string `json:"etag,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // Location - The Azure Region where the resource lives Location *string `json:"location,omitempty"` // ID - READ-ONLY; Fully qualified resource Id for the resource ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. Type *string `json:"type,omitempty"` }
Account definition of the automation account type.
func (Account) MarshalJSON ¶
MarshalJSON is the custom marshaler for Account.
func (*Account) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for Account struct.
type AccountClient ¶
type AccountClient struct {
BaseClient
}
AccountClient is the automation Client
func NewAccountClient ¶
func NewAccountClient(subscriptionID string) AccountClient
NewAccountClient creates an instance of the AccountClient client.
func NewAccountClientWithBaseURI ¶
func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient
NewAccountClientWithBaseURI creates an instance of the AccountClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (AccountClient) CreateOrUpdate ¶
func (client AccountClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AccountCreateOrUpdateParameters) (result Account, err error)
CreateOrUpdate create or update automation account. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. parameters - parameters supplied to the create or update automation account.
func (AccountClient) CreateOrUpdatePreparer ¶
func (client AccountClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AccountCreateOrUpdateParameters) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (AccountClient) CreateOrUpdateResponder ¶
func (client AccountClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (AccountClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (AccountClient) Delete ¶
func (client AccountClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string) (result autorest.Response, err error)
Delete delete an automation account. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (AccountClient) DeletePreparer ¶
func (client AccountClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (AccountClient) DeleteResponder ¶
func (client AccountClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (AccountClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (AccountClient) Get ¶
func (client AccountClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string) (result Account, err error)
Get get information about an Automation Account. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (AccountClient) GetPreparer ¶
func (client AccountClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (AccountClient) GetResponder ¶
func (client AccountClient) GetResponder(resp *http.Response) (result Account, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (AccountClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (AccountClient) List ¶
func (client AccountClient) List(ctx context.Context) (result AccountListResultPage, err error)
List retrieve a list of accounts within a given subscription.
func (AccountClient) ListByResourceGroup ¶
func (client AccountClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error)
ListByResourceGroup retrieve a list of accounts within a given resource group. Parameters: resourceGroupName - name of an Azure Resource group.
func (AccountClient) ListByResourceGroupComplete ¶
func (client AccountClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (AccountClient) ListByResourceGroupPreparer ¶
func (client AccountClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (AccountClient) ListByResourceGroupResponder ¶
func (client AccountClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (AccountClient) ListByResourceGroupSender ¶
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (AccountClient) ListComplete ¶
func (client AccountClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (AccountClient) ListPreparer ¶
ListPreparer prepares the List request.
func (AccountClient) ListResponder ¶
func (client AccountClient) ListResponder(resp *http.Response) (result AccountListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (AccountClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (AccountClient) Update ¶
func (client AccountClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AccountUpdateParameters) (result Account, err error)
Update update an automation account. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. parameters - parameters supplied to the update automation account.
func (AccountClient) UpdatePreparer ¶
func (client AccountClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AccountUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (AccountClient) UpdateResponder ¶
func (client AccountClient) UpdateResponder(resp *http.Response) (result Account, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (AccountClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type AccountCreateOrUpdateParameters ¶
type AccountCreateOrUpdateParameters struct { // AccountCreateOrUpdateProperties - Gets or sets account create or update properties. *AccountCreateOrUpdateProperties `json:"properties,omitempty"` // Name - Gets or sets name of the resource. Name *string `json:"name,omitempty"` // Location - Gets or sets the location of the resource. Location *string `json:"location,omitempty"` // Tags - Gets or sets the tags attached to the resource. Tags map[string]*string `json:"tags"` }
AccountCreateOrUpdateParameters the parameters supplied to the create or update automation account operation.
func (AccountCreateOrUpdateParameters) MarshalJSON ¶
func (acoup AccountCreateOrUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AccountCreateOrUpdateParameters.
func (*AccountCreateOrUpdateParameters) UnmarshalJSON ¶
func (acoup *AccountCreateOrUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for AccountCreateOrUpdateParameters struct.
type AccountCreateOrUpdateProperties ¶
type AccountCreateOrUpdateProperties struct { // Sku - Gets or sets account SKU. Sku *Sku `json:"sku,omitempty"` }
AccountCreateOrUpdateProperties the parameters supplied to the create or update account properties.
type AccountListResult ¶
type AccountListResult struct { autorest.Response `json:"-"` // Value - Gets or sets list of accounts. Value *[]Account `json:"value,omitempty"` // NextLink - Gets or sets the next link. NextLink *string `json:"nextLink,omitempty"` }
AccountListResult the response model for the list account operation.
func (AccountListResult) IsEmpty ¶
func (alr AccountListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type AccountListResultIterator ¶
type AccountListResultIterator struct {
// contains filtered or unexported fields
}
AccountListResultIterator provides access to a complete listing of Account values.
func NewAccountListResultIterator ¶
func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator
Creates a new instance of the AccountListResultIterator type.
func (*AccountListResultIterator) Next ¶
func (iter *AccountListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*AccountListResultIterator) NextWithContext ¶
func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (AccountListResultIterator) NotDone ¶
func (iter AccountListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (AccountListResultIterator) Response ¶
func (iter AccountListResultIterator) Response() AccountListResult
Response returns the raw server response from the last page request.
func (AccountListResultIterator) Value ¶
func (iter AccountListResultIterator) Value() Account
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type AccountListResultPage ¶
type AccountListResultPage struct {
// contains filtered or unexported fields
}
AccountListResultPage contains a page of Account values.
func NewAccountListResultPage ¶
func NewAccountListResultPage(cur AccountListResult, getNextPage func(context.Context, AccountListResult) (AccountListResult, error)) AccountListResultPage
Creates a new instance of the AccountListResultPage type.
func (*AccountListResultPage) Next ¶
func (page *AccountListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*AccountListResultPage) NextWithContext ¶
func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (AccountListResultPage) NotDone ¶
func (page AccountListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (AccountListResultPage) Response ¶
func (page AccountListResultPage) Response() AccountListResult
Response returns the raw server response from the last page request.
func (AccountListResultPage) Values ¶
func (page AccountListResultPage) Values() []Account
Values returns the slice of values for the current page or nil if there are no values.
type AccountProperties ¶
type AccountProperties struct { // Sku - Gets or sets the SKU of account. Sku *Sku `json:"sku,omitempty"` // LastModifiedBy - Gets or sets the last modified by. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // State - READ-ONLY; Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended' State AccountState `json:"state,omitempty"` // CreationTime - READ-ONLY; Gets the creation time. CreationTime *date.Time `json:"creationTime,omitempty"` // LastModifiedTime - READ-ONLY; Gets the last modified time. LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // Description - Gets or sets the description. Description *string `json:"description,omitempty"` }
AccountProperties definition of the account property.
func (AccountProperties) MarshalJSON ¶
func (ap AccountProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AccountProperties.
type AccountState ¶
type AccountState string
AccountState enumerates the values for account state.
const ( // Ok ... Ok AccountState = "Ok" // Suspended ... Suspended AccountState = "Suspended" Unavailable AccountState = "Unavailable" )
func PossibleAccountStateValues ¶
func PossibleAccountStateValues() []AccountState
PossibleAccountStateValues returns an array of possible values for the AccountState const type.
type AccountUpdateParameters ¶
type AccountUpdateParameters struct { // AccountUpdateProperties - Gets or sets account update properties. *AccountUpdateProperties `json:"properties,omitempty"` // Name - Gets or sets the name of the resource. Name *string `json:"name,omitempty"` // Location - Gets or sets the location of the resource. Location *string `json:"location,omitempty"` // Tags - Gets or sets the tags attached to the resource. Tags map[string]*string `json:"tags"` }
AccountUpdateParameters the parameters supplied to the update automation account operation.
func (AccountUpdateParameters) MarshalJSON ¶
func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AccountUpdateParameters.
func (*AccountUpdateParameters) UnmarshalJSON ¶
func (aup *AccountUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for AccountUpdateParameters struct.
type AccountUpdateProperties ¶
type AccountUpdateProperties struct { // Sku - Gets or sets account SKU. Sku *Sku `json:"sku,omitempty"` }
AccountUpdateProperties the parameters supplied to the update account properties.
type Activity ¶
type Activity struct { autorest.Response `json:"-"` // ID - Gets or sets the id of the resource. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Gets the name of the activity. Name *string `json:"name,omitempty"` // ActivityProperties - Gets or sets the properties of the activity. *ActivityProperties `json:"properties,omitempty"` }
Activity definition of the activity.
func (Activity) MarshalJSON ¶
MarshalJSON is the custom marshaler for Activity.
func (*Activity) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for Activity struct.
type ActivityClient ¶
type ActivityClient struct {
BaseClient
}
ActivityClient is the automation Client
func NewActivityClient ¶
func NewActivityClient(subscriptionID string) ActivityClient
NewActivityClient creates an instance of the ActivityClient client.
func NewActivityClientWithBaseURI ¶
func NewActivityClientWithBaseURI(baseURI string, subscriptionID string) ActivityClient
NewActivityClientWithBaseURI creates an instance of the ActivityClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (ActivityClient) Get ¶
func (client ActivityClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, moduleName string, activityName string) (result Activity, err error)
Get retrieve the activity in the module identified by module name and activity name. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. moduleName - the name of module. activityName - the name of activity.
func (ActivityClient) GetPreparer ¶
func (client ActivityClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, moduleName string, activityName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ActivityClient) GetResponder ¶
func (client ActivityClient) GetResponder(resp *http.Response) (result Activity, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ActivityClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ActivityClient) ListByModule ¶
func (client ActivityClient) ListByModule(ctx context.Context, resourceGroupName string, automationAccountName string, moduleName string) (result ActivityListResultPage, err error)
ListByModule retrieve a list of activities in the module identified by module name. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. moduleName - the name of module.
func (ActivityClient) ListByModuleComplete ¶
func (client ActivityClient) ListByModuleComplete(ctx context.Context, resourceGroupName string, automationAccountName string, moduleName string) (result ActivityListResultIterator, err error)
ListByModuleComplete enumerates all values, automatically crossing page boundaries as required.
func (ActivityClient) ListByModulePreparer ¶
func (client ActivityClient) ListByModulePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, moduleName string) (*http.Request, error)
ListByModulePreparer prepares the ListByModule request.
func (ActivityClient) ListByModuleResponder ¶
func (client ActivityClient) ListByModuleResponder(resp *http.Response) (result ActivityListResult, err error)
ListByModuleResponder handles the response to the ListByModule request. The method always closes the http.Response Body.
func (ActivityClient) ListByModuleSender ¶
ListByModuleSender sends the ListByModule request. The method will close the http.Response Body if it receives an error.
type ActivityListResult ¶
type ActivityListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of activities. Value *[]Activity `json:"value,omitempty"` // NextLink - Gets or sets the next link. NextLink *string `json:"nextLink,omitempty"` }
ActivityListResult the response model for the list activity operation.
func (ActivityListResult) IsEmpty ¶
func (alr ActivityListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ActivityListResultIterator ¶
type ActivityListResultIterator struct {
// contains filtered or unexported fields
}
ActivityListResultIterator provides access to a complete listing of Activity values.
func NewActivityListResultIterator ¶
func NewActivityListResultIterator(page ActivityListResultPage) ActivityListResultIterator
Creates a new instance of the ActivityListResultIterator type.
func (*ActivityListResultIterator) Next ¶
func (iter *ActivityListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ActivityListResultIterator) NextWithContext ¶
func (iter *ActivityListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ActivityListResultIterator) NotDone ¶
func (iter ActivityListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ActivityListResultIterator) Response ¶
func (iter ActivityListResultIterator) Response() ActivityListResult
Response returns the raw server response from the last page request.
func (ActivityListResultIterator) Value ¶
func (iter ActivityListResultIterator) Value() Activity
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ActivityListResultPage ¶
type ActivityListResultPage struct {
// contains filtered or unexported fields
}
ActivityListResultPage contains a page of Activity values.
func NewActivityListResultPage ¶
func NewActivityListResultPage(cur ActivityListResult, getNextPage func(context.Context, ActivityListResult) (ActivityListResult, error)) ActivityListResultPage
Creates a new instance of the ActivityListResultPage type.
func (*ActivityListResultPage) Next ¶
func (page *ActivityListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ActivityListResultPage) NextWithContext ¶
func (page *ActivityListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ActivityListResultPage) NotDone ¶
func (page ActivityListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ActivityListResultPage) Response ¶
func (page ActivityListResultPage) Response() ActivityListResult
Response returns the raw server response from the last page request.
func (ActivityListResultPage) Values ¶
func (page ActivityListResultPage) Values() []Activity
Values returns the slice of values for the current page or nil if there are no values.
type ActivityOutputType ¶
type ActivityOutputType struct { // Name - Gets or sets the name of the activity output type. Name *string `json:"name,omitempty"` // Type - Gets or sets the type of the activity output type. Type *string `json:"type,omitempty"` }
ActivityOutputType definition of the activity output type.
type ActivityParameter ¶
type ActivityParameter struct { // Name - Gets or sets the name of the activity parameter. Name *string `json:"name,omitempty"` // Type - Gets or sets the type of the activity parameter. Type *string `json:"type,omitempty"` // IsMandatory - Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional. IsMandatory *bool `json:"isMandatory,omitempty"` // IsDynamic - Gets or sets a Boolean value that indicates true if the parameter is dynamic. IsDynamic *bool `json:"isDynamic,omitempty"` // Position - Gets or sets the position of the activity parameter. Position *int64 `json:"position,omitempty"` // ValueFromPipeline - Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects. This setting is used if the cmdlet must access the complete input object. false indicates that the parameter cannot take values from the complete input object. ValueFromPipeline *bool `json:"valueFromPipeline,omitempty"` // ValueFromPipelineByPropertyName - Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name. ValueFromPipelineByPropertyName *bool `json:"valueFromPipelineByPropertyName,omitempty"` // ValueFromRemainingArguments - Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the remaining command-line arguments that are associated with this parameter in the form of an array. false if the cmdlet parameter does not accept all the remaining argument values. ValueFromRemainingArguments *bool `json:"valueFromRemainingArguments,omitempty"` // Description - Gets or sets the description of the activity parameter. Description *string `json:"description,omitempty"` // ValidationSet - Gets or sets the validation set of activity parameter. ValidationSet *[]ActivityParameterValidationSet `json:"validationSet,omitempty"` }
ActivityParameter definition of the activity parameter.
type ActivityParameterSet ¶
type ActivityParameterSet struct { // Name - Gets or sets the name of the activity parameter set. Name *string `json:"name,omitempty"` // Parameters - Gets or sets the parameters of the activity parameter set. Parameters *[]ActivityParameter `json:"parameters,omitempty"` }
ActivityParameterSet definition of the activity parameter set.
type ActivityParameterValidationSet ¶
type ActivityParameterValidationSet struct { // MemberValue - Gets or sets the name of the activity parameter validation set member. MemberValue *string `json:"memberValue,omitempty"` }
ActivityParameterValidationSet definition of the activity parameter validation set.
type ActivityProperties ¶
type ActivityProperties struct { // Definition - Gets or sets the user name of the activity. Definition *string `json:"definition,omitempty"` // ParameterSets - Gets or sets the parameter sets of the activity. ParameterSets *[]ActivityParameterSet `json:"parameterSets,omitempty"` // OutputTypes - Gets or sets the output types of the activity. OutputTypes *[]ActivityOutputType `json:"outputTypes,omitempty"` // CreationTime - Gets or sets the creation time. CreationTime *date.Time `json:"creationTime,omitempty"` // LastModifiedTime - Gets or sets the last modified time. LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // Description - Gets or sets the description. Description *string `json:"description,omitempty"` }
ActivityProperties properties of the activity.
type AdvancedSchedule ¶
type AdvancedSchedule struct { // WeekDays - Days of the week that the job should execute on. WeekDays *[]string `json:"weekDays,omitempty"` // MonthDays - Days of the month that the job should execute on. Must be between 1 and 31. MonthDays *[]int32 `json:"monthDays,omitempty"` // MonthlyOccurrences - Occurrences of days within a month. MonthlyOccurrences *[]AdvancedScheduleMonthlyOccurrence `json:"monthlyOccurrences,omitempty"` }
AdvancedSchedule the properties of the create Advanced Schedule.
type AdvancedScheduleMonthlyOccurrence ¶
type AdvancedScheduleMonthlyOccurrence struct { // Occurrence - Occurrence of the week within the month. Must be between 1 and 5 Occurrence *int32 `json:"occurrence,omitempty"` // Day - Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' Day ScheduleDay `json:"day,omitempty"` }
AdvancedScheduleMonthlyOccurrence the properties of the create advanced schedule monthly occurrence.
type AgentRegistration ¶
type AgentRegistration struct { autorest.Response `json:"-"` // DscMetaConfiguration - Gets or sets the dsc meta configuration. DscMetaConfiguration *string `json:"dscMetaConfiguration,omitempty"` // Endpoint - Gets or sets the dsc server endpoint. Endpoint *string `json:"endpoint,omitempty"` // Keys - Gets or sets the agent registration keys. Keys *AgentRegistrationKeys `json:"keys,omitempty"` // ID - Gets or sets the id. ID *string `json:"id,omitempty"` }
AgentRegistration definition of the agent registration information type.
type AgentRegistrationInformationClient ¶
type AgentRegistrationInformationClient struct {
BaseClient
}
AgentRegistrationInformationClient is the automation Client
func NewAgentRegistrationInformationClient ¶
func NewAgentRegistrationInformationClient(subscriptionID string) AgentRegistrationInformationClient
NewAgentRegistrationInformationClient creates an instance of the AgentRegistrationInformationClient client.
func NewAgentRegistrationInformationClientWithBaseURI ¶
func NewAgentRegistrationInformationClientWithBaseURI(baseURI string, subscriptionID string) AgentRegistrationInformationClient
NewAgentRegistrationInformationClientWithBaseURI creates an instance of the AgentRegistrationInformationClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (AgentRegistrationInformationClient) Get ¶
func (client AgentRegistrationInformationClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string) (result AgentRegistration, err error)
Get retrieve the automation agent registration information. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (AgentRegistrationInformationClient) GetPreparer ¶
func (client AgentRegistrationInformationClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (AgentRegistrationInformationClient) GetResponder ¶
func (client AgentRegistrationInformationClient) GetResponder(resp *http.Response) (result AgentRegistration, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (AgentRegistrationInformationClient) GetSender ¶
func (client AgentRegistrationInformationClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (AgentRegistrationInformationClient) RegenerateKey ¶
func (client AgentRegistrationInformationClient) RegenerateKey(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AgentRegistrationRegenerateKeyParameter) (result AgentRegistration, err error)
RegenerateKey regenerate a primary or secondary agent registration key Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. parameters - the name of the agent registration key to be regenerated
func (AgentRegistrationInformationClient) RegenerateKeyPreparer ¶
func (client AgentRegistrationInformationClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, parameters AgentRegistrationRegenerateKeyParameter) (*http.Request, error)
RegenerateKeyPreparer prepares the RegenerateKey request.
func (AgentRegistrationInformationClient) RegenerateKeyResponder ¶
func (client AgentRegistrationInformationClient) RegenerateKeyResponder(resp *http.Response) (result AgentRegistration, err error)
RegenerateKeyResponder handles the response to the RegenerateKey request. The method always closes the http.Response Body.
func (AgentRegistrationInformationClient) RegenerateKeySender ¶
func (client AgentRegistrationInformationClient) RegenerateKeySender(req *http.Request) (*http.Response, error)
RegenerateKeySender sends the RegenerateKey request. The method will close the http.Response Body if it receives an error.
type AgentRegistrationKeyName ¶
type AgentRegistrationKeyName string
AgentRegistrationKeyName enumerates the values for agent registration key name.
const ( // Primary ... Primary AgentRegistrationKeyName = "primary" // Secondary ... Secondary AgentRegistrationKeyName = "secondary" )
func PossibleAgentRegistrationKeyNameValues ¶
func PossibleAgentRegistrationKeyNameValues() []AgentRegistrationKeyName
PossibleAgentRegistrationKeyNameValues returns an array of possible values for the AgentRegistrationKeyName const type.
type AgentRegistrationKeys ¶
type AgentRegistrationKeys struct { // Primary - Gets or sets the primary key. Primary *string `json:"primary,omitempty"` // Secondary - Gets or sets the secondary key. Secondary *string `json:"secondary,omitempty"` }
AgentRegistrationKeys definition of the agent registration keys.
type AgentRegistrationRegenerateKeyParameter ¶
type AgentRegistrationRegenerateKeyParameter struct { // KeyName - Gets or sets the agent registration key name - primary or secondary. Possible values include: 'Primary', 'Secondary' KeyName AgentRegistrationKeyName `json:"keyName,omitempty"` // Name - Gets or sets the name of the resource. Name *string `json:"name,omitempty"` // Location - Gets or sets the location of the resource. Location *string `json:"location,omitempty"` // Tags - Gets or sets the tags attached to the resource. Tags map[string]*string `json:"tags"` }
AgentRegistrationRegenerateKeyParameter the parameters supplied to the regenerate keys operation.
func (AgentRegistrationRegenerateKeyParameter) MarshalJSON ¶
func (arrkp AgentRegistrationRegenerateKeyParameter) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AgentRegistrationRegenerateKeyParameter.
type AzureQueryProperties ¶
type AzureQueryProperties struct { // Scope - List of Subscription or Resource Group ARM Ids. Scope *[]string `json:"scope,omitempty"` // Locations - List of locations to scope the query to. Locations *[]string `json:"locations,omitempty"` // TagSettings - Tag settings for the VM. TagSettings *TagSettingsProperties `json:"tagSettings,omitempty"` }
AzureQueryProperties azure query for the update configuration.
type BaseClient ¶
BaseClient is the base client for Automation.
func New ¶
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
type Certificate ¶
type Certificate struct { autorest.Response `json:"-"` // CertificateProperties - Gets or sets the properties of the certificate. *CertificateProperties `json:"properties,omitempty"` // ID - READ-ONLY; Fully qualified resource Id for the resource ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. Type *string `json:"type,omitempty"` }
Certificate definition of the certificate.
func (Certificate) MarshalJSON ¶
func (c Certificate) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Certificate.
func (*Certificate) UnmarshalJSON ¶
func (c *Certificate) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for Certificate struct.
type CertificateClient ¶
type CertificateClient struct {
BaseClient
}
CertificateClient is the automation Client
func NewCertificateClient ¶
func NewCertificateClient(subscriptionID string) CertificateClient
NewCertificateClient creates an instance of the CertificateClient client.
func NewCertificateClientWithBaseURI ¶
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient
NewCertificateClientWithBaseURI creates an instance of the CertificateClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (CertificateClient) CreateOrUpdate ¶
func (client CertificateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string, parameters CertificateCreateOrUpdateParameters) (result Certificate, err error)
CreateOrUpdate create a certificate. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. certificateName - the parameters supplied to the create or update certificate operation. parameters - the parameters supplied to the create or update certificate operation.
func (CertificateClient) CreateOrUpdatePreparer ¶
func (client CertificateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string, parameters CertificateCreateOrUpdateParameters) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (CertificateClient) CreateOrUpdateResponder ¶
func (client CertificateClient) CreateOrUpdateResponder(resp *http.Response) (result Certificate, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (CertificateClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (CertificateClient) Delete ¶
func (client CertificateClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string) (result autorest.Response, err error)
Delete delete the certificate. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. certificateName - the name of certificate.
func (CertificateClient) DeletePreparer ¶
func (client CertificateClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (CertificateClient) DeleteResponder ¶
func (client CertificateClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (CertificateClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (CertificateClient) Get ¶
func (client CertificateClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string) (result Certificate, err error)
Get retrieve the certificate identified by certificate name. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. certificateName - the name of certificate.
func (CertificateClient) GetPreparer ¶
func (client CertificateClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (CertificateClient) GetResponder ¶
func (client CertificateClient) GetResponder(resp *http.Response) (result Certificate, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (CertificateClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (CertificateClient) ListByAutomationAccount ¶
func (client CertificateClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result CertificateListResultPage, err error)
ListByAutomationAccount retrieve a list of certificates. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (CertificateClient) ListByAutomationAccountComplete ¶
func (client CertificateClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result CertificateListResultIterator, err error)
ListByAutomationAccountComplete enumerates all values, automatically crossing page boundaries as required.
func (CertificateClient) ListByAutomationAccountPreparer ¶
func (client CertificateClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
ListByAutomationAccountPreparer prepares the ListByAutomationAccount request.
func (CertificateClient) ListByAutomationAccountResponder ¶
func (client CertificateClient) ListByAutomationAccountResponder(resp *http.Response) (result CertificateListResult, err error)
ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always closes the http.Response Body.
func (CertificateClient) ListByAutomationAccountSender ¶
func (client CertificateClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error)
ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the http.Response Body if it receives an error.
func (CertificateClient) Update ¶
func (client CertificateClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string, parameters CertificateUpdateParameters) (result Certificate, err error)
Update update a certificate. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. certificateName - the parameters supplied to the update certificate operation. parameters - the parameters supplied to the update certificate operation.
func (CertificateClient) UpdatePreparer ¶
func (client CertificateClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, certificateName string, parameters CertificateUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (CertificateClient) UpdateResponder ¶
func (client CertificateClient) UpdateResponder(resp *http.Response) (result Certificate, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (CertificateClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type CertificateCreateOrUpdateParameters ¶
type CertificateCreateOrUpdateParameters struct { // Name - Gets or sets the name of the certificate. Name *string `json:"name,omitempty"` // CertificateCreateOrUpdateProperties - Gets or sets the properties of the certificate. *CertificateCreateOrUpdateProperties `json:"properties,omitempty"` }
CertificateCreateOrUpdateParameters the parameters supplied to the create or update or replace certificate operation.
func (CertificateCreateOrUpdateParameters) MarshalJSON ¶
func (ccoup CertificateCreateOrUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CertificateCreateOrUpdateParameters.
func (*CertificateCreateOrUpdateParameters) UnmarshalJSON ¶
func (ccoup *CertificateCreateOrUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for CertificateCreateOrUpdateParameters struct.
type CertificateCreateOrUpdateProperties ¶
type CertificateCreateOrUpdateProperties struct { // Base64Value - Gets or sets the base64 encoded value of the certificate. Base64Value *string `json:"base64Value,omitempty"` // Description - Gets or sets the description of the certificate. Description *string `json:"description,omitempty"` // Thumbprint - Gets or sets the thumbprint of the certificate. Thumbprint *string `json:"thumbprint,omitempty"` // IsExportable - Gets or sets the is exportable flag of the certificate. IsExportable *bool `json:"isExportable,omitempty"` }
CertificateCreateOrUpdateProperties the properties of the create certificate operation.
type CertificateListResult ¶
type CertificateListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of certificates. Value *[]Certificate `json:"value,omitempty"` // NextLink - Gets or sets the next link. NextLink *string `json:"nextLink,omitempty"` }
CertificateListResult the response model for the list certificate operation.
func (CertificateListResult) IsEmpty ¶
func (clr CertificateListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type CertificateListResultIterator ¶
type CertificateListResultIterator struct {
// contains filtered or unexported fields
}
CertificateListResultIterator provides access to a complete listing of Certificate values.
func NewCertificateListResultIterator ¶
func NewCertificateListResultIterator(page CertificateListResultPage) CertificateListResultIterator
Creates a new instance of the CertificateListResultIterator type.
func (*CertificateListResultIterator) Next ¶
func (iter *CertificateListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*CertificateListResultIterator) NextWithContext ¶
func (iter *CertificateListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (CertificateListResultIterator) NotDone ¶
func (iter CertificateListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (CertificateListResultIterator) Response ¶
func (iter CertificateListResultIterator) Response() CertificateListResult
Response returns the raw server response from the last page request.
func (CertificateListResultIterator) Value ¶
func (iter CertificateListResultIterator) Value() Certificate
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type CertificateListResultPage ¶
type CertificateListResultPage struct {
// contains filtered or unexported fields
}
CertificateListResultPage contains a page of Certificate values.
func NewCertificateListResultPage ¶
func NewCertificateListResultPage(cur CertificateListResult, getNextPage func(context.Context, CertificateListResult) (CertificateListResult, error)) CertificateListResultPage
Creates a new instance of the CertificateListResultPage type.
func (*CertificateListResultPage) Next ¶
func (page *CertificateListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*CertificateListResultPage) NextWithContext ¶
func (page *CertificateListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (CertificateListResultPage) NotDone ¶
func (page CertificateListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (CertificateListResultPage) Response ¶
func (page CertificateListResultPage) Response() CertificateListResult
Response returns the raw server response from the last page request.
func (CertificateListResultPage) Values ¶
func (page CertificateListResultPage) Values() []Certificate
Values returns the slice of values for the current page or nil if there are no values.
type CertificateProperties ¶
type CertificateProperties struct { // Thumbprint - READ-ONLY; Gets the thumbprint of the certificate. Thumbprint *string `json:"thumbprint,omitempty"` // ExpiryTime - READ-ONLY; Gets the expiry time of the certificate. ExpiryTime *date.Time `json:"expiryTime,omitempty"` // IsExportable - READ-ONLY; Gets the is exportable flag of the certificate. IsExportable *bool `json:"isExportable,omitempty"` // CreationTime - READ-ONLY; Gets the creation time. CreationTime *date.Time `json:"creationTime,omitempty"` // LastModifiedTime - READ-ONLY; Gets the last modified time. LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // Description - Gets or sets the description. Description *string `json:"description,omitempty"` }
CertificateProperties properties of the certificate.
func (CertificateProperties) MarshalJSON ¶
func (cp CertificateProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CertificateProperties.
type CertificateUpdateParameters ¶
type CertificateUpdateParameters struct { // Name - Gets or sets the name of the certificate. Name *string `json:"name,omitempty"` // CertificateUpdateProperties - Gets or sets the properties of the certificate. *CertificateUpdateProperties `json:"properties,omitempty"` }
CertificateUpdateParameters the parameters supplied to the update certificate operation.
func (CertificateUpdateParameters) MarshalJSON ¶
func (cup CertificateUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CertificateUpdateParameters.
func (*CertificateUpdateParameters) UnmarshalJSON ¶
func (cup *CertificateUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for CertificateUpdateParameters struct.
type CertificateUpdateProperties ¶
type CertificateUpdateProperties struct { // Description - Gets or sets the description of the certificate. Description *string `json:"description,omitempty"` }
CertificateUpdateProperties the properties of the update certificate operation
type CollectionItemUpdateConfiguration ¶
type CollectionItemUpdateConfiguration struct { // AzureVirtualMachines - List of azure resource Ids for azure virtual machines targeted by the software update configuration. AzureVirtualMachines *[]string `json:"azureVirtualMachines,omitempty"` // Duration - Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601 Duration *string `json:"duration,omitempty"` }
CollectionItemUpdateConfiguration object returned when requesting a collection of software update configuration
type Connection ¶
type Connection struct { autorest.Response `json:"-"` // ConnectionProperties - Gets or sets the properties of the connection. *ConnectionProperties `json:"properties,omitempty"` // ID - READ-ONLY; Fully qualified resource Id for the resource ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. Type *string `json:"type,omitempty"` }
Connection definition of the connection.
func (Connection) MarshalJSON ¶
func (c Connection) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Connection.
func (*Connection) UnmarshalJSON ¶
func (c *Connection) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for Connection struct.
type ConnectionClient ¶
type ConnectionClient struct {
BaseClient
}
ConnectionClient is the automation Client
func NewConnectionClient ¶
func NewConnectionClient(subscriptionID string) ConnectionClient
NewConnectionClient creates an instance of the ConnectionClient client.
func NewConnectionClientWithBaseURI ¶
func NewConnectionClientWithBaseURI(baseURI string, subscriptionID string) ConnectionClient
NewConnectionClientWithBaseURI creates an instance of the ConnectionClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (ConnectionClient) CreateOrUpdate ¶
func (client ConnectionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string, parameters ConnectionCreateOrUpdateParameters) (result Connection, err error)
CreateOrUpdate create or update a connection. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionName - the parameters supplied to the create or update connection operation. parameters - the parameters supplied to the create or update connection operation.
func (ConnectionClient) CreateOrUpdatePreparer ¶
func (client ConnectionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string, parameters ConnectionCreateOrUpdateParameters) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (ConnectionClient) CreateOrUpdateResponder ¶
func (client ConnectionClient) CreateOrUpdateResponder(resp *http.Response) (result Connection, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (ConnectionClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (ConnectionClient) Delete ¶
func (client ConnectionClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string) (result Connection, err error)
Delete delete the connection. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionName - the name of connection.
func (ConnectionClient) DeletePreparer ¶
func (client ConnectionClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ConnectionClient) DeleteResponder ¶
func (client ConnectionClient) DeleteResponder(resp *http.Response) (result Connection, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ConnectionClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ConnectionClient) Get ¶
func (client ConnectionClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string) (result Connection, err error)
Get retrieve the connection identified by connection name. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionName - the name of connection.
func (ConnectionClient) GetPreparer ¶
func (client ConnectionClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ConnectionClient) GetResponder ¶
func (client ConnectionClient) GetResponder(resp *http.Response) (result Connection, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ConnectionClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ConnectionClient) ListByAutomationAccount ¶
func (client ConnectionClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionListResultPage, err error)
ListByAutomationAccount retrieve a list of connections. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (ConnectionClient) ListByAutomationAccountComplete ¶
func (client ConnectionClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionListResultIterator, err error)
ListByAutomationAccountComplete enumerates all values, automatically crossing page boundaries as required.
func (ConnectionClient) ListByAutomationAccountPreparer ¶
func (client ConnectionClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
ListByAutomationAccountPreparer prepares the ListByAutomationAccount request.
func (ConnectionClient) ListByAutomationAccountResponder ¶
func (client ConnectionClient) ListByAutomationAccountResponder(resp *http.Response) (result ConnectionListResult, err error)
ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always closes the http.Response Body.
func (ConnectionClient) ListByAutomationAccountSender ¶
func (client ConnectionClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error)
ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the http.Response Body if it receives an error.
func (ConnectionClient) Update ¶
func (client ConnectionClient) Update(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string, parameters ConnectionUpdateParameters) (result Connection, err error)
Update update a connection. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionName - the parameters supplied to the update a connection operation. parameters - the parameters supplied to the update a connection operation.
func (ConnectionClient) UpdatePreparer ¶
func (client ConnectionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionName string, parameters ConnectionUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (ConnectionClient) UpdateResponder ¶
func (client ConnectionClient) UpdateResponder(resp *http.Response) (result Connection, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (ConnectionClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type ConnectionCreateOrUpdateParameters ¶
type ConnectionCreateOrUpdateParameters struct { // Name - Gets or sets the name of the connection. Name *string `json:"name,omitempty"` // ConnectionCreateOrUpdateProperties - Gets or sets the properties of the connection. *ConnectionCreateOrUpdateProperties `json:"properties,omitempty"` }
ConnectionCreateOrUpdateParameters the parameters supplied to the create or update connection operation.
func (ConnectionCreateOrUpdateParameters) MarshalJSON ¶
func (ccoup ConnectionCreateOrUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionCreateOrUpdateParameters.
func (*ConnectionCreateOrUpdateParameters) UnmarshalJSON ¶
func (ccoup *ConnectionCreateOrUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ConnectionCreateOrUpdateParameters struct.
type ConnectionCreateOrUpdateProperties ¶
type ConnectionCreateOrUpdateProperties struct { // Description - Gets or sets the description of the connection. Description *string `json:"description,omitempty"` // ConnectionType - Gets or sets the connectionType of the connection. ConnectionType *ConnectionTypeAssociationProperty `json:"connectionType,omitempty"` // FieldDefinitionValues - Gets or sets the field definition properties of the connection. FieldDefinitionValues map[string]*string `json:"fieldDefinitionValues"` }
ConnectionCreateOrUpdateProperties the properties of the create connection properties
func (ConnectionCreateOrUpdateProperties) MarshalJSON ¶
func (ccoup ConnectionCreateOrUpdateProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionCreateOrUpdateProperties.
type ConnectionListResult ¶
type ConnectionListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of connection. Value *[]Connection `json:"value,omitempty"` // NextLink - Gets or sets the next link. NextLink *string `json:"nextLink,omitempty"` }
ConnectionListResult the response model for the list connection operation.
func (ConnectionListResult) IsEmpty ¶
func (clr ConnectionListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ConnectionListResultIterator ¶
type ConnectionListResultIterator struct {
// contains filtered or unexported fields
}
ConnectionListResultIterator provides access to a complete listing of Connection values.
func NewConnectionListResultIterator ¶
func NewConnectionListResultIterator(page ConnectionListResultPage) ConnectionListResultIterator
Creates a new instance of the ConnectionListResultIterator type.
func (*ConnectionListResultIterator) Next ¶
func (iter *ConnectionListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ConnectionListResultIterator) NextWithContext ¶
func (iter *ConnectionListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ConnectionListResultIterator) NotDone ¶
func (iter ConnectionListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ConnectionListResultIterator) Response ¶
func (iter ConnectionListResultIterator) Response() ConnectionListResult
Response returns the raw server response from the last page request.
func (ConnectionListResultIterator) Value ¶
func (iter ConnectionListResultIterator) Value() Connection
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ConnectionListResultPage ¶
type ConnectionListResultPage struct {
// contains filtered or unexported fields
}
ConnectionListResultPage contains a page of Connection values.
func NewConnectionListResultPage ¶
func NewConnectionListResultPage(cur ConnectionListResult, getNextPage func(context.Context, ConnectionListResult) (ConnectionListResult, error)) ConnectionListResultPage
Creates a new instance of the ConnectionListResultPage type.
func (*ConnectionListResultPage) Next ¶
func (page *ConnectionListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ConnectionListResultPage) NextWithContext ¶
func (page *ConnectionListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ConnectionListResultPage) NotDone ¶
func (page ConnectionListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ConnectionListResultPage) Response ¶
func (page ConnectionListResultPage) Response() ConnectionListResult
Response returns the raw server response from the last page request.
func (ConnectionListResultPage) Values ¶
func (page ConnectionListResultPage) Values() []Connection
Values returns the slice of values for the current page or nil if there are no values.
type ConnectionProperties ¶
type ConnectionProperties struct { // ConnectionType - Gets or sets the connectionType of the connection. ConnectionType *ConnectionTypeAssociationProperty `json:"connectionType,omitempty"` // FieldDefinitionValues - READ-ONLY; Gets the field definition values of the connection. FieldDefinitionValues map[string]*string `json:"fieldDefinitionValues"` // CreationTime - READ-ONLY; Gets the creation time. CreationTime *date.Time `json:"creationTime,omitempty"` // LastModifiedTime - READ-ONLY; Gets the last modified time. LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // Description - Gets or sets the description. Description *string `json:"description,omitempty"` }
ConnectionProperties definition of the connection properties.
func (ConnectionProperties) MarshalJSON ¶
func (cp ConnectionProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionProperties.
type ConnectionType ¶
type ConnectionType struct { autorest.Response `json:"-"` // ID - READ-ONLY; Gets the id of the resource. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Gets the name of the connection type. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type Type *string `json:"type,omitempty"` // ConnectionTypeProperties - Gets or sets the properties of the connection type. *ConnectionTypeProperties `json:"properties,omitempty"` }
ConnectionType definition of the connection type.
func (ConnectionType) MarshalJSON ¶
func (ct ConnectionType) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionType.
func (*ConnectionType) UnmarshalJSON ¶
func (ct *ConnectionType) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ConnectionType struct.
type ConnectionTypeAssociationProperty ¶
type ConnectionTypeAssociationProperty struct { // Name - Gets or sets the name of the connection type. Name *string `json:"name,omitempty"` }
ConnectionTypeAssociationProperty the connection type property associated with the entity.
type ConnectionTypeClient ¶
type ConnectionTypeClient struct {
BaseClient
}
ConnectionTypeClient is the automation Client
func NewConnectionTypeClient ¶
func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient
NewConnectionTypeClient creates an instance of the ConnectionTypeClient client.
func NewConnectionTypeClientWithBaseURI ¶
func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient
NewConnectionTypeClientWithBaseURI creates an instance of the ConnectionTypeClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (ConnectionTypeClient) CreateOrUpdate ¶
func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (result ConnectionType, err error)
CreateOrUpdate create a connection type. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionTypeName - the parameters supplied to the create or update connection type operation. parameters - the parameters supplied to the create or update connection type operation.
func (ConnectionTypeClient) CreateOrUpdatePreparer ¶
func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (ConnectionTypeClient) CreateOrUpdateResponder ¶
func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionType, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (ConnectionTypeClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (ConnectionTypeClient) Delete ¶
func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result autorest.Response, err error)
Delete delete the connection type. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionTypeName - the name of connection type.
func (ConnectionTypeClient) DeletePreparer ¶
func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ConnectionTypeClient) DeleteResponder ¶
func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ConnectionTypeClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ConnectionTypeClient) Get ¶
func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result ConnectionType, err error)
Get retrieve the connection type identified by connection type name. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account. connectionTypeName - the name of connection type.
func (ConnectionTypeClient) GetPreparer ¶
func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ConnectionTypeClient) GetResponder ¶
func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ConnectionTypeClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ConnectionTypeClient) ListByAutomationAccount ¶
func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionTypeListResultPage, err error)
ListByAutomationAccount retrieve a list of connection types. Parameters: resourceGroupName - name of an Azure Resource group. automationAccountName - the name of the automation account.
func (ConnectionTypeClient) ListByAutomationAccountComplete ¶
func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName string, automationAccountName string) (result ConnectionTypeListResultIterator, err error)
ListByAutomationAccountComplete enumerates all values, automatically crossing page boundaries as required.
func (ConnectionTypeClient) ListByAutomationAccountPreparer ¶
func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName string, automationAccountName string) (*http.Request, error)
ListByAutomationAccountPreparer prepares the ListByAutomationAccount request.
func (ConnectionTypeClient) ListByAutomationAccountResponder ¶
func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result ConnectionTypeListResult, err error)
ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always closes the http.Response Body.
func (ConnectionTypeClient) ListByAutomationAccountSender ¶
func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error)
ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the http.Response Body if it receives an error.
type ConnectionTypeCreateOrUpdateParameters ¶
type ConnectionTypeCreateOrUpdateParameters struct { // Name - Gets or sets the name of the connection type. Name *string `json:"name,omitempty"` // ConnectionTypeCreateOrUpdateProperties - Gets or sets the value of the connection type. *ConnectionTypeCreateOrUpdateProperties `json:"properties,omitempty"` }
ConnectionTypeCreateOrUpdateParameters the parameters supplied to the create or update connection type operation.
func (ConnectionTypeCreateOrUpdateParameters) MarshalJSON ¶
func (ctcoup ConnectionTypeCreateOrUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionTypeCreateOrUpdateParameters.
func (*ConnectionTypeCreateOrUpdateParameters) UnmarshalJSON ¶
func (ctcoup *ConnectionTypeCreateOrUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ConnectionTypeCreateOrUpdateParameters struct.
type ConnectionTypeCreateOrUpdateProperties ¶
type ConnectionTypeCreateOrUpdateProperties struct { // IsGlobal - Gets or sets a Boolean value to indicate if the connection type is global. IsGlobal *bool `json:"isGlobal,omitempty"` // FieldDefinitions - Gets or sets the field definitions of the connection type. FieldDefinitions map[string]*FieldDefinition `json:"fieldDefinitions"` }
ConnectionTypeCreateOrUpdateProperties the properties of the create connection type.
func (ConnectionTypeCreateOrUpdateProperties) MarshalJSON ¶
func (ctcoup ConnectionTypeCreateOrUpdateProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ConnectionTypeCreateOrUpdateProperties.
type ConnectionTypeListResult ¶
type ConnectionTypeListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of connection types. Value *[]ConnectionType `json:"value,omitempty"` // NextLink - Gets or sets the next link. NextLink *string `json:"nextLink,omitempty"` }
ConnectionTypeListResult the response model for the list connection type operation.
func (ConnectionTypeListResult) IsEmpty ¶
func (ctlr ConnectionTypeListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ConnectionTypeListResultIterator ¶
type ConnectionTypeListResultIterator struct {
// contains filtered or unexported fields
}
ConnectionTypeListResultIterator provides access to a complete listing of ConnectionType values.
func NewConnectionTypeListResultIterator ¶
func NewConnectionTypeListResultIterator(page ConnectionTypeListResultPage) ConnectionTypeListResultIterator
Creates a new instance of the ConnectionTypeListResultIterator type.
func (*ConnectionTypeListResultIterator) Next ¶
func (iter *ConnectionTypeListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ConnectionTypeListResultIterator) NextWithContext ¶
func (iter *ConnectionTypeListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ConnectionTypeListResultIterator) NotDone ¶
func (iter ConnectionTypeListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ConnectionTypeListResultIterator) Response ¶
func (iter ConnectionTypeListResultIterator) Response() ConnectionTypeListResult
Response returns the raw server response from the last page request.
func (ConnectionTypeListResultIterator) Value ¶
func (iter ConnectionTypeListResultIterator) Value() ConnectionType
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ConnectionTypeListResultPage ¶
type ConnectionTypeListResultPage struct {
// contains filtered or unexported fields
}
ConnectionTypeListResultPage contains a page of ConnectionType values.
func NewConnectionTypeListResultPage ¶
func NewConnectionTypeListResultPage(cur ConnectionTypeListResult, getNextPage func(context.Context, ConnectionTypeListResult) (ConnectionTypeListResult, error)) ConnectionTypeListResultPage
Creates a new instance of the ConnectionTypeListResultPage type.