Versions in this module Expand all Collapse all v23 v23.2.0 Dec 10, 2018 v23.1.0 Dec 7, 2018 v23.0.0 Nov 27, 2018 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Actor struct + Name *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CallbackConfig struct + CustomHeaders map[string]*string + ServiceURI *string + func (cc CallbackConfig) MarshalJSON() ([]byte, error) + type Event struct + EventRequestMessage *EventRequestMessage + EventResponseMessage *EventResponseMessage + ID *string + type EventContent struct + Action *string + Actor *Actor + ID *string + Request *Request + Source *Source + Target *Target + Timestamp *date.Time + type EventInfo struct + ID *string + type EventListResult struct + NextLink *string + Value *[]Event + func (elr EventListResult) IsEmpty() bool + type EventListResultIterator struct + func NewEventListResultIterator(page EventListResultPage) EventListResultIterator + func (iter *EventListResultIterator) Next() error + func (iter *EventListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter EventListResultIterator) NotDone() bool + func (iter EventListResultIterator) Response() EventListResult + func (iter EventListResultIterator) Value() Event + type EventListResultPage struct + func NewEventListResultPage(getNextPage func(context.Context, EventListResult) (EventListResult, error)) EventListResultPage + func (page *EventListResultPage) Next() error + func (page *EventListResultPage) NextWithContext(ctx context.Context) (err error) + func (page EventListResultPage) NotDone() bool + func (page EventListResultPage) Response() EventListResult + func (page EventListResultPage) Values() []Event + type EventRequestMessage struct + Content *EventContent + Headers map[string]*string + Method *string + RequestURI *string + Version *string + func (erm EventRequestMessage) MarshalJSON() ([]byte, error) + type EventResponseMessage struct + Content *string + Headers map[string]*string + ReasonPhrase *string + StatusCode *string + Version *string + func (erm EventResponseMessage) MarshalJSON() ([]byte, error) + type ImportImageParameters struct + Mode ImportMode + Source *ImportSource + TargetTags *[]string + UntaggedTargetRepositories *[]string + type ImportMode string + const Force + const NoForce + func PossibleImportModeValues() []ImportMode + type ImportSource struct + Credentials *ImportSourceCredentials + RegistryURI *string + ResourceID *string + SourceImage *string + type ImportSourceCredentials struct + Password *string + Username *string + type OperationDefinition struct + Display *OperationDisplayDefinition + Name *string + Origin *string + func (od *OperationDefinition) UnmarshalJSON(body []byte) error + func (od OperationDefinition) MarshalJSON() ([]byte, error) + type OperationDisplayDefinition struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]OperationDefinition + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() OperationDefinition + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []OperationDefinition + type OperationMetricSpecificationDefinition struct + AggregationType *string + DisplayDescription *string + DisplayName *string + InternalMetricName *string + Name *string + Unit *string + type OperationPropertiesDefinition struct + ServiceSpecification *OperationServiceSpecificationDefinition + type OperationServiceSpecificationDefinition struct + MetricSpecifications *[]OperationMetricSpecificationDefinition + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, 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 PasswordName string + const Password + const Password2 + func PossiblePasswordNameValues() []PasswordName + type PolicyStatus string + const Disabled + const Enabled + func PossiblePolicyStatusValues() []PolicyStatus + type ProvisioningState string + const Canceled + const Creating + const Deleting + const Failed + const Succeeded + const Updating + func PossibleProvisioningStateValues() []ProvisioningState + type QuarantinePolicy struct + Status PolicyStatus + type RegenerateCredentialParameters struct + Name PasswordName + type RegistriesClient struct + func NewRegistriesClient(subscriptionID string) RegistriesClient + func NewRegistriesClientWithBaseURI(baseURI string, subscriptionID string) RegistriesClient + func (client RegistriesClient) CheckNameAvailability(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (result RegistryNameStatus, err error) + func (client RegistriesClient) CheckNameAvailabilityPreparer(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (*http.Request, error) + func (client RegistriesClient) CheckNameAvailabilityResponder(resp *http.Response) (result RegistryNameStatus, err error) + func (client RegistriesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesCreateFuture, err error) + func (client RegistriesClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) CreateResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) CreateSender(req *http.Request) (future RegistriesCreateFuture, err error) + func (client RegistriesClient) Delete(ctx context.Context, resourceGroupName string, registryName string) (result RegistriesDeleteFuture, err error) + func (client RegistriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RegistriesClient) DeleteSender(req *http.Request) (future RegistriesDeleteFuture, err error) + func (client RegistriesClient) Get(ctx context.Context, resourceGroupName string, registryName string) (result Registry, err error) + func (client RegistriesClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) GetResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ImportImage(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesImportImageFuture, err error) + func (client RegistriesClient) ImportImagePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) ImportImageResponder(resp *http.Response) (result autorest.Response, err error) + func (client RegistriesClient) ImportImageSender(req *http.Request) (future RegistriesImportImageFuture, err error) + func (client RegistriesClient) List(ctx context.Context) (result RegistryListResultPage, err error) + func (client RegistriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result RegistryListResultPage, err error) + func (client RegistriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result RegistryListResultIterator, err error) + func (client RegistriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client RegistriesClient) ListByResourceGroupResponder(resp *http.Response) (result RegistryListResult, err error) + func (client RegistriesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListComplete(ctx context.Context) (result RegistryListResultIterator, err error) + func (client RegistriesClient) ListCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) ListCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListCredentialsResponder(resp *http.Response) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) ListCredentialsSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListPolicies(ctx context.Context, resourceGroupName string, registryName string) (result RegistryPolicies, err error) + func (client RegistriesClient) ListPoliciesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListPoliciesResponder(resp *http.Response) (result RegistryPolicies, err error) + func (client RegistriesClient) ListPoliciesSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client RegistriesClient) ListResponder(resp *http.Response) (result RegistryListResult, err error) + func (client RegistriesClient) ListSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListUsages(ctx context.Context, resourceGroupName string, registryName string) (result RegistryUsageListResult, err error) + func (client RegistriesClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListUsagesResponder(resp *http.Response) (result RegistryUsageListResult, err error) + func (client RegistriesClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) RegenerateCredential(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) RegenerateCredentialPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) RegenerateCredentialResponder(resp *http.Response) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) RegenerateCredentialSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesUpdateFuture, err error) + func (client RegistriesClient) UpdatePolicies(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesUpdatePoliciesFuture, err error) + func (client RegistriesClient) UpdatePoliciesPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) UpdatePoliciesResponder(resp *http.Response) (result RegistryPolicies, err error) + func (client RegistriesClient) UpdatePoliciesSender(req *http.Request) (future RegistriesUpdatePoliciesFuture, err error) + func (client RegistriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) UpdateResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) UpdateSender(req *http.Request) (future RegistriesUpdateFuture, err error) + type RegistriesCreateFuture struct + func (future *RegistriesCreateFuture) Result(client RegistriesClient) (r Registry, err error) + type RegistriesDeleteFuture struct + func (future *RegistriesDeleteFuture) Result(client RegistriesClient) (ar autorest.Response, err error) + type RegistriesImportImageFuture struct + func (future *RegistriesImportImageFuture) Result(client RegistriesClient) (ar autorest.Response, err error) + type RegistriesUpdateFuture struct + func (future *RegistriesUpdateFuture) Result(client RegistriesClient) (r Registry, err error) + type RegistriesUpdatePoliciesFuture struct + func (future *RegistriesUpdatePoliciesFuture) Result(client RegistriesClient) (rp RegistryPolicies, err error) + type Registry struct + ID *string + Identity *RegistryIdentity + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (r *Registry) UnmarshalJSON(body []byte) error + func (r Registry) MarshalJSON() ([]byte, error) + type RegistryIdentity struct + PrincipalID *string + TenantID *string + Type *string + type RegistryListCredentialsResult struct + Passwords *[]RegistryPassword + Username *string + type RegistryListResult struct + NextLink *string + Value *[]Registry + func (rlr RegistryListResult) IsEmpty() bool + type RegistryListResultIterator struct + func NewRegistryListResultIterator(page RegistryListResultPage) RegistryListResultIterator + func (iter *RegistryListResultIterator) Next() error + func (iter *RegistryListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RegistryListResultIterator) NotDone() bool + func (iter RegistryListResultIterator) Response() RegistryListResult + func (iter RegistryListResultIterator) Value() Registry + type RegistryListResultPage struct + func NewRegistryListResultPage(...) RegistryListResultPage + func (page *RegistryListResultPage) Next() error + func (page *RegistryListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RegistryListResultPage) NotDone() bool + func (page RegistryListResultPage) Response() RegistryListResult + func (page RegistryListResultPage) Values() []Registry + type RegistryNameCheckRequest struct + Name *string + Type *string + type RegistryNameStatus struct + Message *string + NameAvailable *bool + Reason *string + type RegistryPassword struct + Name PasswordName + Value *string + type RegistryPolicies struct + QuarantinePolicy *QuarantinePolicy + TrustPolicy *TrustPolicy + type RegistryProperties struct + AdminUserEnabled *bool + CreationDate *date.Time + LoginServer *string + ProvisioningState ProvisioningState + Status *Status + StorageAccount *StorageAccountProperties + type RegistryPropertiesUpdateParameters struct + AdminUserEnabled *bool + StorageAccount *StorageAccountProperties + type RegistryUpdateParameters struct + Identity *RegistryIdentity + Sku *Sku + Tags map[string]*string + func (rup *RegistryUpdateParameters) UnmarshalJSON(body []byte) error + func (rup RegistryUpdateParameters) MarshalJSON() ([]byte, error) + type RegistryUsage struct + CurrentValue *int64 + Limit *int64 + Name *string + Unit RegistryUsageUnit + type RegistryUsageListResult struct + Value *[]RegistryUsage + type RegistryUsageUnit string + const Bytes + const Count + func PossibleRegistryUsageUnitValues() []RegistryUsageUnit + type Replication struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r *Replication) UnmarshalJSON(body []byte) error + func (r Replication) MarshalJSON() ([]byte, error) + type ReplicationListResult struct + NextLink *string + Value *[]Replication + func (rlr ReplicationListResult) IsEmpty() bool + type ReplicationListResultIterator struct + func NewReplicationListResultIterator(page ReplicationListResultPage) ReplicationListResultIterator + func (iter *ReplicationListResultIterator) Next() error + func (iter *ReplicationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ReplicationListResultIterator) NotDone() bool + func (iter ReplicationListResultIterator) Response() ReplicationListResult + func (iter ReplicationListResultIterator) Value() Replication + type ReplicationListResultPage struct + func NewReplicationListResultPage(...) ReplicationListResultPage + func (page *ReplicationListResultPage) Next() error + func (page *ReplicationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ReplicationListResultPage) NotDone() bool + func (page ReplicationListResultPage) Response() ReplicationListResult + func (page ReplicationListResultPage) Values() []Replication + type ReplicationProperties struct + ProvisioningState ProvisioningState + Status *Status + type ReplicationUpdateParameters struct + Tags map[string]*string + func (rup ReplicationUpdateParameters) MarshalJSON() ([]byte, error) + type ReplicationsClient struct + func NewReplicationsClient(subscriptionID string) ReplicationsClient + func NewReplicationsClientWithBaseURI(baseURI string, subscriptionID string) ReplicationsClient + func (client ReplicationsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsCreateFuture, err error) + func (client ReplicationsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) CreateResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) CreateSender(req *http.Request) (future ReplicationsCreateFuture, err error) + func (client ReplicationsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsDeleteFuture, err error) + func (client ReplicationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ReplicationsClient) DeleteSender(req *http.Request) (future ReplicationsDeleteFuture, err error) + func (client ReplicationsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Replication, err error) + func (client ReplicationsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) GetResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ReplicationsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result ReplicationListResultPage, err error) + func (client ReplicationsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result ReplicationListResultIterator, err error) + func (client ReplicationsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client ReplicationsClient) ListResponder(resp *http.Response) (result ReplicationListResult, err error) + func (client ReplicationsClient) ListSender(req *http.Request) (*http.Response, error) + func (client ReplicationsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsUpdateFuture, err error) + func (client ReplicationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) UpdateResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) UpdateSender(req *http.Request) (future ReplicationsUpdateFuture, err error) + type ReplicationsCreateFuture struct + func (future *ReplicationsCreateFuture) Result(client ReplicationsClient) (r Replication, err error) + type ReplicationsDeleteFuture struct + func (future *ReplicationsDeleteFuture) Result(client ReplicationsClient) (ar autorest.Response, err error) + type ReplicationsUpdateFuture struct + func (future *ReplicationsUpdateFuture) Result(client ReplicationsClient) (r Replication, err error) + type Request struct + Addr *string + Host *string + ID *string + Method *string + Useragent *string + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type Sku struct + Name SkuName + Tier SkuTier + type SkuName string + const Basic + const Classic + const Premium + const Standard + func PossibleSkuNameValues() []SkuName + type SkuTier string + const SkuTierBasic + const SkuTierClassic + const SkuTierPremium + const SkuTierStandard + func PossibleSkuTierValues() []SkuTier + type Source struct + Addr *string + InstanceID *string + type Status struct + DisplayStatus *string + Message *string + Timestamp *date.Time + type StorageAccountProperties struct + ID *string + type Target struct + Digest *string + Length *int64 + MediaType *string + Repository *string + Size *int64 + Tag *string + URL *string + type TrustPolicy struct + Status PolicyStatus + Type TrustPolicyType + type TrustPolicyType string + const Notary + func PossibleTrustPolicyTypeValues() []TrustPolicyType + type Webhook struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (w *Webhook) UnmarshalJSON(body []byte) error + func (w Webhook) MarshalJSON() ([]byte, error) + type WebhookAction string + const Delete + const Push + const Quarantine + func PossibleWebhookActionValues() []WebhookAction + type WebhookCreateParameters struct + Location *string + Tags map[string]*string + func (wcp *WebhookCreateParameters) UnmarshalJSON(body []byte) error + func (wcp WebhookCreateParameters) MarshalJSON() ([]byte, error) + type WebhookListResult struct + NextLink *string + Value *[]Webhook + func (wlr WebhookListResult) IsEmpty() bool + type WebhookListResultIterator struct + func NewWebhookListResultIterator(page WebhookListResultPage) WebhookListResultIterator + func (iter *WebhookListResultIterator) Next() error + func (iter *WebhookListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WebhookListResultIterator) NotDone() bool + func (iter WebhookListResultIterator) Response() WebhookListResult + func (iter WebhookListResultIterator) Value() Webhook + type WebhookListResultPage struct + func NewWebhookListResultPage(...) WebhookListResultPage + func (page *WebhookListResultPage) Next() error + func (page *WebhookListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WebhookListResultPage) NotDone() bool + func (page WebhookListResultPage) Response() WebhookListResult + func (page WebhookListResultPage) Values() []Webhook + type WebhookProperties struct + Actions *[]WebhookAction + ProvisioningState ProvisioningState + Scope *string + Status WebhookStatus + type WebhookPropertiesCreateParameters struct + Actions *[]WebhookAction + CustomHeaders map[string]*string + Scope *string + ServiceURI *string + Status WebhookStatus + func (wpcp WebhookPropertiesCreateParameters) MarshalJSON() ([]byte, error) + type WebhookPropertiesUpdateParameters struct + Actions *[]WebhookAction + CustomHeaders map[string]*string + Scope *string + ServiceURI *string + Status WebhookStatus + func (wpup WebhookPropertiesUpdateParameters) MarshalJSON() ([]byte, error) + type WebhookStatus string + const WebhookStatusDisabled + const WebhookStatusEnabled + func PossibleWebhookStatusValues() []WebhookStatus + type WebhookUpdateParameters struct + Tags map[string]*string + func (wup *WebhookUpdateParameters) UnmarshalJSON(body []byte) error + func (wup WebhookUpdateParameters) MarshalJSON() ([]byte, error) + type WebhooksClient struct + func NewWebhooksClient(subscriptionID string) WebhooksClient + func NewWebhooksClientWithBaseURI(baseURI string, subscriptionID string) WebhooksClient + func (client WebhooksClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksCreateFuture, err error) + func (client WebhooksClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) CreateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) CreateSender(req *http.Request) (future WebhooksCreateFuture, err error) + func (client WebhooksClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksDeleteFuture, err error) + func (client WebhooksClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WebhooksClient) DeleteSender(req *http.Request) (future WebhooksDeleteFuture, err error) + func (client WebhooksClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Webhook, err error) + func (client WebhooksClient) GetCallbackConfig(ctx context.Context, resourceGroupName string, registryName string, ...) (result CallbackConfig, err error) + func (client WebhooksClient) GetCallbackConfigPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) GetCallbackConfigResponder(resp *http.Response) (result CallbackConfig, err error) + func (client WebhooksClient) GetCallbackConfigSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) GetResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) GetSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) List(ctx context.Context, resourceGroupName string, registryName string) (result WebhookListResultPage, err error) + func (client WebhooksClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result WebhookListResultIterator, err error) + func (client WebhooksClient) ListEvents(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventListResultPage, err error) + func (client WebhooksClient) ListEventsComplete(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventListResultIterator, err error) + func (client WebhooksClient) ListEventsPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) ListEventsResponder(resp *http.Response) (result EventListResult, err error) + func (client WebhooksClient) ListEventsSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client WebhooksClient) ListResponder(resp *http.Response) (result WebhookListResult, err error) + func (client WebhooksClient) ListSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) Ping(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventInfo, err error) + func (client WebhooksClient) PingPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) PingResponder(resp *http.Response) (result EventInfo, err error) + func (client WebhooksClient) PingSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksUpdateFuture, err error) + func (client WebhooksClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) UpdateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) UpdateSender(req *http.Request) (future WebhooksUpdateFuture, err error) + type WebhooksCreateFuture struct + func (future *WebhooksCreateFuture) Result(client WebhooksClient) (w Webhook, err error) + type WebhooksDeleteFuture struct + func (future *WebhooksDeleteFuture) Result(client WebhooksClient) (ar autorest.Response, err error) + type WebhooksUpdateFuture struct + func (future *WebhooksUpdateFuture) Result(client WebhooksClient) (w Webhook, err error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48