Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AdvancedFilter struct + Key *string + OperatorType OperatorType + func (af AdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (af AdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (af AdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (af AdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (af AdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (af AdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (af AdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (af AdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (af AdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (af AdvancedFilter) MarshalJSON() ([]byte, error) + type AzureFunctionEventSubscriptionDestination struct + EndpointType EndpointType + func (afesd *AzureFunctionEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (afesd AzureFunctionEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (afesd AzureFunctionEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type AzureFunctionEventSubscriptionDestinationProperties struct + MaxEventsPerBatch *int32 + PreferredBatchSizeInKilobytes *int32 + ResourceID *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicAdvancedFilter interface + AsAdvancedFilter func() (*AdvancedFilter, bool) + AsBoolEqualsAdvancedFilter func() (*BoolEqualsAdvancedFilter, bool) + AsNumberGreaterThanAdvancedFilter func() (*NumberGreaterThanAdvancedFilter, bool) + AsNumberGreaterThanOrEqualsAdvancedFilter func() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + AsNumberInAdvancedFilter func() (*NumberInAdvancedFilter, bool) + AsNumberLessThanAdvancedFilter func() (*NumberLessThanAdvancedFilter, bool) + AsNumberLessThanOrEqualsAdvancedFilter func() (*NumberLessThanOrEqualsAdvancedFilter, bool) + AsNumberNotInAdvancedFilter func() (*NumberNotInAdvancedFilter, bool) + AsStringBeginsWithAdvancedFilter func() (*StringBeginsWithAdvancedFilter, bool) + AsStringContainsAdvancedFilter func() (*StringContainsAdvancedFilter, bool) + AsStringEndsWithAdvancedFilter func() (*StringEndsWithAdvancedFilter, bool) + AsStringInAdvancedFilter func() (*StringInAdvancedFilter, bool) + AsStringNotInAdvancedFilter func() (*StringNotInAdvancedFilter, bool) + type BasicDeadLetterDestination interface + AsDeadLetterDestination func() (*DeadLetterDestination, bool) + AsStorageBlobDeadLetterDestination func() (*StorageBlobDeadLetterDestination, bool) + type BasicEventSubscriptionDestination interface + AsAzureFunctionEventSubscriptionDestination func() (*AzureFunctionEventSubscriptionDestination, bool) + AsEventHubEventSubscriptionDestination func() (*EventHubEventSubscriptionDestination, bool) + AsEventSubscriptionDestination func() (*EventSubscriptionDestination, bool) + AsHybridConnectionEventSubscriptionDestination func() (*HybridConnectionEventSubscriptionDestination, bool) + AsServiceBusQueueEventSubscriptionDestination func() (*ServiceBusQueueEventSubscriptionDestination, bool) + AsServiceBusTopicEventSubscriptionDestination func() (*ServiceBusTopicEventSubscriptionDestination, bool) + AsStorageQueueEventSubscriptionDestination func() (*StorageQueueEventSubscriptionDestination, bool) + AsWebHookEventSubscriptionDestination func() (*WebHookEventSubscriptionDestination, bool) + type BasicInputSchemaMapping interface + AsInputSchemaMapping func() (*InputSchemaMapping, bool) + AsJSONInputSchemaMapping func() (*JSONInputSchemaMapping, bool) + type BoolEqualsAdvancedFilter struct + Key *string + OperatorType OperatorType + Value *bool + func (beaf BoolEqualsAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (beaf BoolEqualsAdvancedFilter) MarshalJSON() ([]byte, error) + type ConnectionState struct + ActionsRequired *string + Description *string + Status PersistedConnectionStatus + type DeadLetterDestination struct + EndpointType EndpointTypeBasicDeadLetterDestination + func (dld DeadLetterDestination) AsBasicDeadLetterDestination() (BasicDeadLetterDestination, bool) + func (dld DeadLetterDestination) AsDeadLetterDestination() (*DeadLetterDestination, bool) + func (dld DeadLetterDestination) AsStorageBlobDeadLetterDestination() (*StorageBlobDeadLetterDestination, bool) + func (dld DeadLetterDestination) MarshalJSON() ([]byte, error) + type Domain struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (d *Domain) UnmarshalJSON(body []byte) error + func (d Domain) MarshalJSON() ([]byte, error) + type DomainProperties struct + Endpoint *string + InboundIPRules *[]InboundIPRule + InputSchema InputSchema + InputSchemaMapping BasicInputSchemaMapping + MetricResourceID *string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState DomainProvisioningState + PublicNetworkAccess PublicNetworkAccess + func (dp *DomainProperties) UnmarshalJSON(body []byte) error + func (dp DomainProperties) MarshalJSON() ([]byte, error) + type DomainProvisioningState string + const Canceled + const Creating + const Deleting + const Failed + const Succeeded + const Updating + func PossibleDomainProvisioningStateValues() []DomainProvisioningState + type DomainRegenerateKeyRequest struct + KeyName *string + type DomainSharedAccessKeys struct + Key1 *string + Key2 *string + type DomainTopic struct + ID *string + Name *string + Type *string + func (dt *DomainTopic) UnmarshalJSON(body []byte) error + func (dt DomainTopic) MarshalJSON() ([]byte, error) + type DomainTopicProperties struct + ProvisioningState DomainTopicProvisioningState + type DomainTopicProvisioningState string + const DomainTopicProvisioningStateCanceled + const DomainTopicProvisioningStateCreating + const DomainTopicProvisioningStateDeleting + const DomainTopicProvisioningStateFailed + const DomainTopicProvisioningStateSucceeded + const DomainTopicProvisioningStateUpdating + func PossibleDomainTopicProvisioningStateValues() []DomainTopicProvisioningState + type DomainTopicsClient struct + func NewDomainTopicsClient(subscriptionID string) DomainTopicsClient + func NewDomainTopicsClientWithBaseURI(baseURI string, subscriptionID string) DomainTopicsClient + func (client DomainTopicsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainTopicsCreateOrUpdateFuture, err error) + func (client DomainTopicsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainTopicsClient) CreateOrUpdateResponder(resp *http.Response) (result DomainTopic, err error) + func (client DomainTopicsClient) CreateOrUpdateSender(req *http.Request) (future DomainTopicsCreateOrUpdateFuture, err error) + func (client DomainTopicsClient) Delete(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainTopicsDeleteFuture, err error) + func (client DomainTopicsClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainTopicsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DomainTopicsClient) DeleteSender(req *http.Request) (future DomainTopicsDeleteFuture, err error) + func (client DomainTopicsClient) Get(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainTopic, err error) + func (client DomainTopicsClient) GetPreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainTopicsClient) GetResponder(resp *http.Response) (result DomainTopic, err error) + func (client DomainTopicsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DomainTopicsClient) ListByDomain(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainTopicsListResultPage, err error) + func (client DomainTopicsClient) ListByDomainComplete(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainTopicsListResultIterator, err error) + func (client DomainTopicsClient) ListByDomainPreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainTopicsClient) ListByDomainResponder(resp *http.Response) (result DomainTopicsListResult, err error) + func (client DomainTopicsClient) ListByDomainSender(req *http.Request) (*http.Response, error) + type DomainTopicsCreateOrUpdateFuture struct + Result func(DomainTopicsClient) (DomainTopic, error) + func (future *DomainTopicsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DomainTopicsDeleteFuture struct + Result func(DomainTopicsClient) (autorest.Response, error) + func (future *DomainTopicsDeleteFuture) UnmarshalJSON(body []byte) error + type DomainTopicsListResult struct + NextLink *string + Value *[]DomainTopic + func (dtlr DomainTopicsListResult) IsEmpty() bool + type DomainTopicsListResultIterator struct + func NewDomainTopicsListResultIterator(page DomainTopicsListResultPage) DomainTopicsListResultIterator + func (iter *DomainTopicsListResultIterator) Next() error + func (iter *DomainTopicsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DomainTopicsListResultIterator) NotDone() bool + func (iter DomainTopicsListResultIterator) Response() DomainTopicsListResult + func (iter DomainTopicsListResultIterator) Value() DomainTopic + type DomainTopicsListResultPage struct + func NewDomainTopicsListResultPage(cur DomainTopicsListResult, ...) DomainTopicsListResultPage + func (page *DomainTopicsListResultPage) Next() error + func (page *DomainTopicsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DomainTopicsListResultPage) NotDone() bool + func (page DomainTopicsListResultPage) Response() DomainTopicsListResult + func (page DomainTopicsListResultPage) Values() []DomainTopic + type DomainUpdateParameterProperties struct + InboundIPRules *[]InboundIPRule + PublicNetworkAccess PublicNetworkAccess + type DomainUpdateParameters struct + Tags map[string]*string + func (dup *DomainUpdateParameters) UnmarshalJSON(body []byte) error + func (dup DomainUpdateParameters) MarshalJSON() ([]byte, error) + type DomainsClient struct + func NewDomainsClient(subscriptionID string) DomainsClient + func NewDomainsClientWithBaseURI(baseURI string, subscriptionID string) DomainsClient + func (client DomainsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainsCreateOrUpdateFuture, err error) + func (client DomainsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) CreateOrUpdateResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) CreateOrUpdateSender(req *http.Request) (future DomainsCreateOrUpdateFuture, err error) + func (client DomainsClient) Delete(ctx context.Context, resourceGroupName string, domainName string) (result DomainsDeleteFuture, err error) + func (client DomainsClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DomainsClient) DeleteSender(req *http.Request) (future DomainsDeleteFuture, err error) + func (client DomainsClient) Get(ctx context.Context, resourceGroupName string, domainName string) (result Domain, err error) + func (client DomainsClient) GetPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) GetResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, top *int32) (result DomainsListResultPage, err error) + func (client DomainsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, top *int32) (result DomainsListResultIterator, err error) + func (client DomainsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string, top *int32) (*http.Request, error) + func (client DomainsClient) ListByResourceGroupResponder(resp *http.Response) (result DomainsListResult, err error) + func (client DomainsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListBySubscription(ctx context.Context, filter string, top *int32) (result DomainsListResultPage, err error) + func (client DomainsClient) ListBySubscriptionComplete(ctx context.Context, filter string, top *int32) (result DomainsListResultIterator, err error) + func (client DomainsClient) ListBySubscriptionPreparer(ctx context.Context, filter string, top *int32) (*http.Request, error) + func (client DomainsClient) ListBySubscriptionResponder(resp *http.Response) (result DomainsListResult, err error) + func (client DomainsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListSharedAccessKeys(ctx context.Context, resourceGroupName string, domainName string) (result DomainSharedAccessKeys, err error) + func (client DomainsClient) ListSharedAccessKeysPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) ListSharedAccessKeysResponder(resp *http.Response) (result DomainSharedAccessKeys, err error) + func (client DomainsClient) ListSharedAccessKeysSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) RegenerateKey(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainSharedAccessKeys, err error) + func (client DomainsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) RegenerateKeyResponder(resp *http.Response) (result DomainSharedAccessKeys, err error) + func (client DomainsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + func (client DomainsClient) Update(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainsUpdateFuture, err error) + func (client DomainsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) UpdateResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) UpdateSender(req *http.Request) (future DomainsUpdateFuture, err error) + type DomainsCreateOrUpdateFuture struct + Result func(DomainsClient) (Domain, error) + func (future *DomainsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DomainsDeleteFuture struct + Result func(DomainsClient) (autorest.Response, error) + func (future *DomainsDeleteFuture) UnmarshalJSON(body []byte) error + type DomainsListResult struct + NextLink *string + Value *[]Domain + func (dlr DomainsListResult) IsEmpty() bool + type DomainsListResultIterator struct + func NewDomainsListResultIterator(page DomainsListResultPage) DomainsListResultIterator + func (iter *DomainsListResultIterator) Next() error + func (iter *DomainsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DomainsListResultIterator) NotDone() bool + func (iter DomainsListResultIterator) Response() DomainsListResult + func (iter DomainsListResultIterator) Value() Domain + type DomainsListResultPage struct + func NewDomainsListResultPage(cur DomainsListResult, ...) DomainsListResultPage + func (page *DomainsListResultPage) Next() error + func (page *DomainsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DomainsListResultPage) NotDone() bool + func (page DomainsListResultPage) Response() DomainsListResult + func (page DomainsListResultPage) Values() []Domain + type DomainsUpdateFuture struct + Result func(DomainsClient) (Domain, error) + func (future *DomainsUpdateFuture) UnmarshalJSON(body []byte) error + type EndpointType string + const EndpointTypeAzureFunction + const EndpointTypeEventHub + const EndpointTypeEventSubscriptionDestination + const EndpointTypeHybridConnection + const EndpointTypeServiceBusQueue + const EndpointTypeServiceBusTopic + const EndpointTypeStorageQueue + const EndpointTypeWebHook + func PossibleEndpointTypeValues() []EndpointType + type EndpointTypeBasicDeadLetterDestination string + const EndpointTypeDeadLetterDestination + const EndpointTypeStorageBlob + func PossibleEndpointTypeBasicDeadLetterDestinationValues() []EndpointTypeBasicDeadLetterDestination + type EventDeliverySchema string + const CloudEventSchemaV10 + const CustomInputSchema + const EventGridSchema + func PossibleEventDeliverySchemaValues() []EventDeliverySchema + type EventHubEventSubscriptionDestination struct + EndpointType EndpointType + func (ehesd *EventHubEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (ehesd EventHubEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (ehesd EventHubEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type EventHubEventSubscriptionDestinationProperties struct + ResourceID *string + type EventSubscription struct + ID *string + Name *string + Type *string + func (es *EventSubscription) UnmarshalJSON(body []byte) error + func (es EventSubscription) MarshalJSON() ([]byte, error) + type EventSubscriptionDestination struct + EndpointType EndpointType + func (esd EventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (esd EventSubscriptionDestination) MarshalJSON() ([]byte, error) + type EventSubscriptionFilter struct + AdvancedFilters *[]BasicAdvancedFilter + IncludedEventTypes *[]string + IsSubjectCaseSensitive *bool + SubjectBeginsWith *string + SubjectEndsWith *string + func (esf *EventSubscriptionFilter) UnmarshalJSON(body []byte) error + type EventSubscriptionFullURL struct + EndpointURL *string + type EventSubscriptionProperties struct + DeadLetterDestination BasicDeadLetterDestination + Destination BasicEventSubscriptionDestination + EventDeliverySchema EventDeliverySchema + ExpirationTimeUtc *date.Time + Filter *EventSubscriptionFilter + Labels *[]string + ProvisioningState EventSubscriptionProvisioningState + RetryPolicy *RetryPolicy + Topic *string + func (esp *EventSubscriptionProperties) UnmarshalJSON(body []byte) error + func (esp EventSubscriptionProperties) MarshalJSON() ([]byte, error) + type EventSubscriptionProvisioningState string + const EventSubscriptionProvisioningStateAwaitingManualAction + const EventSubscriptionProvisioningStateCanceled + const EventSubscriptionProvisioningStateCreating + const EventSubscriptionProvisioningStateDeleting + const EventSubscriptionProvisioningStateFailed + const EventSubscriptionProvisioningStateSucceeded + const EventSubscriptionProvisioningStateUpdating + func PossibleEventSubscriptionProvisioningStateValues() []EventSubscriptionProvisioningState + type EventSubscriptionUpdateParameters struct + DeadLetterDestination BasicDeadLetterDestination + Destination BasicEventSubscriptionDestination + EventDeliverySchema EventDeliverySchema + ExpirationTimeUtc *date.Time + Filter *EventSubscriptionFilter + Labels *[]string + RetryPolicy *RetryPolicy + func (esup *EventSubscriptionUpdateParameters) UnmarshalJSON(body []byte) error + type EventSubscriptionsClient struct + func NewEventSubscriptionsClient(subscriptionID string) EventSubscriptionsClient + func NewEventSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) EventSubscriptionsClient + func (client EventSubscriptionsClient) CreateOrUpdate(ctx context.Context, scope string, eventSubscriptionName string, ...) (result EventSubscriptionsCreateOrUpdateFuture, err error) + func (client EventSubscriptionsClient) CreateOrUpdatePreparer(ctx context.Context, scope string, eventSubscriptionName string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) CreateOrUpdateResponder(resp *http.Response) (result EventSubscription, err error) + func (client EventSubscriptionsClient) CreateOrUpdateSender(req *http.Request) (future EventSubscriptionsCreateOrUpdateFuture, err error) + func (client EventSubscriptionsClient) Delete(ctx context.Context, scope string, eventSubscriptionName string) (result EventSubscriptionsDeleteFuture, err error) + func (client EventSubscriptionsClient) DeletePreparer(ctx context.Context, scope string, eventSubscriptionName string) (*http.Request, error) + func (client EventSubscriptionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client EventSubscriptionsClient) DeleteSender(req *http.Request) (future EventSubscriptionsDeleteFuture, err error) + func (client EventSubscriptionsClient) Get(ctx context.Context, scope string, eventSubscriptionName string) (result EventSubscription, err error) + func (client EventSubscriptionsClient) GetFullURL(ctx context.Context, scope string, eventSubscriptionName string) (result EventSubscriptionFullURL, err error) + func (client EventSubscriptionsClient) GetFullURLPreparer(ctx context.Context, scope string, eventSubscriptionName string) (*http.Request, error) + func (client EventSubscriptionsClient) GetFullURLResponder(resp *http.Response) (result EventSubscriptionFullURL, err error) + func (client EventSubscriptionsClient) GetFullURLSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) GetPreparer(ctx context.Context, scope string, eventSubscriptionName string) (*http.Request, error) + func (client EventSubscriptionsClient) GetResponder(resp *http.Response) (result EventSubscription, err error) + func (client EventSubscriptionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListByDomainTopic(ctx context.Context, resourceGroupName string, domainName string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListByDomainTopicComplete(ctx context.Context, resourceGroupName string, domainName string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListByDomainTopicPreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListByDomainTopicResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListByDomainTopicSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListByResource(ctx context.Context, resourceGroupName string, providerNamespace string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListByResourceComplete(ctx context.Context, resourceGroupName string, providerNamespace string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListByResourcePreparer(ctx context.Context, resourceGroupName string, providerNamespace string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListByResourceResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListByResourceSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroup(ctx context.Context, resourceGroupName string, filter string, top *int32) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, top *int32) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupForTopicType(ctx context.Context, resourceGroupName string, topicTypeName string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupForTopicTypeComplete(ctx context.Context, resourceGroupName string, topicTypeName string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupForTopicTypePreparer(ctx context.Context, resourceGroupName string, topicTypeName string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupForTopicTypeResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupForTopicTypeSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string, top *int32) (*http.Request, error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListGlobalByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListGlobalBySubscription(ctx context.Context, filter string, top *int32) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionComplete(ctx context.Context, filter string, top *int32) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionForTopicType(ctx context.Context, topicTypeName string, filter string, top *int32) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionForTopicTypeComplete(ctx context.Context, topicTypeName string, filter string, top *int32) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionForTopicTypePreparer(ctx context.Context, topicTypeName string, filter string, top *int32) (*http.Request, error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionForTopicTypeResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionForTopicTypeSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionPreparer(ctx context.Context, filter string, top *int32) (*http.Request, error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListGlobalBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroup(ctx context.Context, resourceGroupName string, location string, filter string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupComplete(ctx context.Context, resourceGroupName string, location string, filter string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupForTopicType(ctx context.Context, resourceGroupName string, location string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupForTopicTypeComplete(ctx context.Context, resourceGroupName string, location string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupForTopicTypePreparer(ctx context.Context, resourceGroupName string, location string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupForTopicTypeResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupForTopicTypeSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupPreparer(ctx context.Context, resourceGroupName string, location string, filter string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListRegionalByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListRegionalBySubscription(ctx context.Context, location string, filter string, top *int32) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionComplete(ctx context.Context, location string, filter string, top *int32) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionForTopicType(ctx context.Context, location string, topicTypeName string, filter string, ...) (result EventSubscriptionsListResultPage, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionForTopicTypeComplete(ctx context.Context, location string, topicTypeName string, filter string, ...) (result EventSubscriptionsListResultIterator, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionForTopicTypePreparer(ctx context.Context, location string, topicTypeName string, filter string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionForTopicTypeResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionForTopicTypeSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionPreparer(ctx context.Context, location string, filter string, top *int32) (*http.Request, error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionResponder(resp *http.Response) (result EventSubscriptionsListResult, err error) + func (client EventSubscriptionsClient) ListRegionalBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client EventSubscriptionsClient) Update(ctx context.Context, scope string, eventSubscriptionName string, ...) (result EventSubscriptionsUpdateFuture, err error) + func (client EventSubscriptionsClient) UpdatePreparer(ctx context.Context, scope string, eventSubscriptionName string, ...) (*http.Request, error) + func (client EventSubscriptionsClient) UpdateResponder(resp *http.Response) (result EventSubscription, err error) + func (client EventSubscriptionsClient) UpdateSender(req *http.Request) (future EventSubscriptionsUpdateFuture, err error) + type EventSubscriptionsCreateOrUpdateFuture struct + Result func(EventSubscriptionsClient) (EventSubscription, error) + func (future *EventSubscriptionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type EventSubscriptionsDeleteFuture struct + Result func(EventSubscriptionsClient) (autorest.Response, error) + func (future *EventSubscriptionsDeleteFuture) UnmarshalJSON(body []byte) error + type EventSubscriptionsListResult struct + NextLink *string + Value *[]EventSubscription + func (eslr EventSubscriptionsListResult) IsEmpty() bool + type EventSubscriptionsListResultIterator struct + func NewEventSubscriptionsListResultIterator(page EventSubscriptionsListResultPage) EventSubscriptionsListResultIterator + func (iter *EventSubscriptionsListResultIterator) Next() error + func (iter *EventSubscriptionsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter EventSubscriptionsListResultIterator) NotDone() bool + func (iter EventSubscriptionsListResultIterator) Response() EventSubscriptionsListResult + func (iter EventSubscriptionsListResultIterator) Value() EventSubscription + type EventSubscriptionsListResultPage struct + func NewEventSubscriptionsListResultPage(cur EventSubscriptionsListResult, ...) EventSubscriptionsListResultPage + func (page *EventSubscriptionsListResultPage) Next() error + func (page *EventSubscriptionsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page EventSubscriptionsListResultPage) NotDone() bool + func (page EventSubscriptionsListResultPage) Response() EventSubscriptionsListResult + func (page EventSubscriptionsListResultPage) Values() []EventSubscription + type EventSubscriptionsUpdateFuture struct + Result func(EventSubscriptionsClient) (EventSubscription, error) + func (future *EventSubscriptionsUpdateFuture) UnmarshalJSON(body []byte) error + type EventType struct + ID *string + Name *string + Type *string + func (et *EventType) UnmarshalJSON(body []byte) error + func (et EventType) MarshalJSON() ([]byte, error) + type EventTypeProperties struct + Description *string + DisplayName *string + IsInDefaultSet *bool + SchemaURL *string + type EventTypesListResult struct + Value *[]EventType + type HybridConnectionEventSubscriptionDestination struct + EndpointType EndpointType + func (hcesd *HybridConnectionEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (hcesd HybridConnectionEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (hcesd HybridConnectionEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type HybridConnectionEventSubscriptionDestinationProperties struct + ResourceID *string + type IPActionType string + const Allow + func PossibleIPActionTypeValues() []IPActionType + type InboundIPRule struct + Action IPActionType + IPMask *string + type InputSchema string + const InputSchemaCloudEventSchemaV10 + const InputSchemaCustomEventSchema + const InputSchemaEventGridSchema + func PossibleInputSchemaValues() []InputSchema + type InputSchemaMapping struct + InputSchemaMappingType InputSchemaMappingType + func (ism InputSchemaMapping) AsBasicInputSchemaMapping() (BasicInputSchemaMapping, bool) + func (ism InputSchemaMapping) AsInputSchemaMapping() (*InputSchemaMapping, bool) + func (ism InputSchemaMapping) AsJSONInputSchemaMapping() (*JSONInputSchemaMapping, bool) + func (ism InputSchemaMapping) MarshalJSON() ([]byte, error) + type InputSchemaMappingType string + const InputSchemaMappingTypeInputSchemaMapping + const InputSchemaMappingTypeJSON + func PossibleInputSchemaMappingTypeValues() []InputSchemaMappingType + type JSONField struct + SourceField *string + type JSONFieldWithDefault struct + DefaultValue *string + SourceField *string + type JSONInputSchemaMapping struct + InputSchemaMappingType InputSchemaMappingType + func (jism *JSONInputSchemaMapping) UnmarshalJSON(body []byte) error + func (jism JSONInputSchemaMapping) AsBasicInputSchemaMapping() (BasicInputSchemaMapping, bool) + func (jism JSONInputSchemaMapping) AsInputSchemaMapping() (*InputSchemaMapping, bool) + func (jism JSONInputSchemaMapping) AsJSONInputSchemaMapping() (*JSONInputSchemaMapping, bool) + func (jism JSONInputSchemaMapping) MarshalJSON() ([]byte, error) + type JSONInputSchemaMappingProperties struct + DataVersion *JSONFieldWithDefault + EventTime *JSONField + EventType *JSONFieldWithDefault + ID *JSONField + Subject *JSONFieldWithDefault + Topic *JSONField + type NumberGreaterThanAdvancedFilter struct + Key *string + OperatorType OperatorType + Value *float64 + func (ngtaf NumberGreaterThanAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (ngtaf NumberGreaterThanAdvancedFilter) MarshalJSON() ([]byte, error) + type NumberGreaterThanOrEqualsAdvancedFilter struct + Key *string + OperatorType OperatorType + Value *float64 + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (ngtoeaf NumberGreaterThanOrEqualsAdvancedFilter) MarshalJSON() ([]byte, error) + type NumberInAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]float64 + func (niaf NumberInAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (niaf NumberInAdvancedFilter) MarshalJSON() ([]byte, error) + type NumberLessThanAdvancedFilter struct + Key *string + OperatorType OperatorType + Value *float64 + func (nltaf NumberLessThanAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (nltaf NumberLessThanAdvancedFilter) MarshalJSON() ([]byte, error) + type NumberLessThanOrEqualsAdvancedFilter struct + Key *string + OperatorType OperatorType + Value *float64 + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (nltoeaf NumberLessThanOrEqualsAdvancedFilter) MarshalJSON() ([]byte, error) + type NumberNotInAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]float64 + func (nniaf NumberNotInAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (nniaf NumberNotInAdvancedFilter) MarshalJSON() ([]byte, error) + type Operation struct + Display *OperationInfo + Name *string + Origin *string + Properties interface{} + type OperationInfo struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationsListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationsListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OperationsListResult struct + Value *[]Operation + type OperatorType string + const OperatorTypeAdvancedFilter + const OperatorTypeBoolEquals + const OperatorTypeNumberGreaterThan + const OperatorTypeNumberGreaterThanOrEquals + const OperatorTypeNumberIn + const OperatorTypeNumberLessThan + const OperatorTypeNumberLessThanOrEquals + const OperatorTypeNumberNotIn + const OperatorTypeStringBeginsWith + const OperatorTypeStringContains + const OperatorTypeStringEndsWith + const OperatorTypeStringIn + const OperatorTypeStringNotIn + func PossibleOperatorTypeValues() []OperatorType + type PersistedConnectionStatus string + const Approved + const Disconnected + const Pending + const Rejected + func PossiblePersistedConnectionStatusValues() []PersistedConnectionStatus + type PrivateEndpoint struct + ID *string + type PrivateEndpointConnection struct + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (peclr PrivateEndpointConnectionListResult) IsEmpty() bool + type PrivateEndpointConnectionListResultIterator struct + func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator + func (iter *PrivateEndpointConnectionListResultIterator) Next() error + func (iter *PrivateEndpointConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListResultIterator) NotDone() bool + func (iter PrivateEndpointConnectionListResultIterator) Response() PrivateEndpointConnectionListResult + func (iter PrivateEndpointConnectionListResultIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListResultPage struct + func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, ...) PrivateEndpointConnectionListResultPage + func (page *PrivateEndpointConnectionListResultPage) Next() error + func (page *PrivateEndpointConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListResultPage) NotDone() bool + func (page PrivateEndpointConnectionListResultPage) Response() PrivateEndpointConnectionListResult + func (page PrivateEndpointConnectionListResultPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + GroupIds *[]string + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *ConnectionState + ProvisioningState ResourceProvisioningState + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) ListByResource(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateEndpointConnectionListResultPage, err error) + func (client PrivateEndpointConnectionsClient) ListByResourceComplete(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateEndpointConnectionListResultIterator, err error) + func (client PrivateEndpointConnectionsClient) ListByResourcePreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListByResourceResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListByResourceSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Update(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateEndpointConnectionsUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) UpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdateSender(req *http.Request) (future PrivateEndpointConnectionsUpdateFuture, err error) + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointConnectionsUpdateFuture struct + Result func(PrivateEndpointConnectionsClient) (PrivateEndpointConnection, error) + func (future *PrivateEndpointConnectionsUpdateFuture) UnmarshalJSON(body []byte) error + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceProperties struct + DisplayName *string + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) Get(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateLinkResource, err error) + func (client PrivateLinkResourcesClient) GetPreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateLinkResourcesClient) GetResponder(resp *http.Response) (result PrivateLinkResource, err error) + func (client PrivateLinkResourcesClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateLinkResourcesClient) ListByResource(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateLinkResourcesListResultPage, err error) + func (client PrivateLinkResourcesClient) ListByResourceComplete(ctx context.Context, resourceGroupName string, parentType string, ...) (result PrivateLinkResourcesListResultIterator, err error) + func (client PrivateLinkResourcesClient) ListByResourcePreparer(ctx context.Context, resourceGroupName string, parentType string, ...) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListByResourceResponder(resp *http.Response) (result PrivateLinkResourcesListResult, err error) + func (client PrivateLinkResourcesClient) ListByResourceSender(req *http.Request) (*http.Response, error) + type PrivateLinkResourcesListResult struct + NextLink *string + Value *[]PrivateLinkResource + func (plrlr PrivateLinkResourcesListResult) IsEmpty() bool + type PrivateLinkResourcesListResultIterator struct + func NewPrivateLinkResourcesListResultIterator(page PrivateLinkResourcesListResultPage) PrivateLinkResourcesListResultIterator + func (iter *PrivateLinkResourcesListResultIterator) Next() error + func (iter *PrivateLinkResourcesListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateLinkResourcesListResultIterator) NotDone() bool + func (iter PrivateLinkResourcesListResultIterator) Response() PrivateLinkResourcesListResult + func (iter PrivateLinkResourcesListResultIterator) Value() PrivateLinkResource + type PrivateLinkResourcesListResultPage struct + func NewPrivateLinkResourcesListResultPage(cur PrivateLinkResourcesListResult, ...) PrivateLinkResourcesListResultPage + func (page *PrivateLinkResourcesListResultPage) Next() error + func (page *PrivateLinkResourcesListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateLinkResourcesListResultPage) NotDone() bool + func (page PrivateLinkResourcesListResultPage) Response() PrivateLinkResourcesListResult + func (page PrivateLinkResourcesListResultPage) Values() []PrivateLinkResource + type PublicNetworkAccess string + const Disabled + const Enabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceProvisioningState string + const ResourceProvisioningStateCanceled + const ResourceProvisioningStateCreating + const ResourceProvisioningStateDeleting + const ResourceProvisioningStateFailed + const ResourceProvisioningStateSucceeded + const ResourceProvisioningStateUpdating + func PossibleResourceProvisioningStateValues() []ResourceProvisioningState + type ResourceRegionType string + const GlobalResource + const RegionalResource + func PossibleResourceRegionTypeValues() []ResourceRegionType + type RetryPolicy struct + EventTimeToLiveInMinutes *int32 + MaxDeliveryAttempts *int32 + type ServiceBusQueueEventSubscriptionDestination struct + EndpointType EndpointType + func (sbqesd *ServiceBusQueueEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (sbqesd ServiceBusQueueEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type ServiceBusQueueEventSubscriptionDestinationProperties struct + ResourceID *string + type ServiceBusTopicEventSubscriptionDestination struct + EndpointType EndpointType + func (sbtesd *ServiceBusTopicEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (sbtesd ServiceBusTopicEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type ServiceBusTopicEventSubscriptionDestinationProperties struct + ResourceID *string + type StorageBlobDeadLetterDestination struct + EndpointType EndpointTypeBasicDeadLetterDestination + func (sbdld *StorageBlobDeadLetterDestination) UnmarshalJSON(body []byte) error + func (sbdld StorageBlobDeadLetterDestination) AsBasicDeadLetterDestination() (BasicDeadLetterDestination, bool) + func (sbdld StorageBlobDeadLetterDestination) AsDeadLetterDestination() (*DeadLetterDestination, bool) + func (sbdld StorageBlobDeadLetterDestination) AsStorageBlobDeadLetterDestination() (*StorageBlobDeadLetterDestination, bool) + func (sbdld StorageBlobDeadLetterDestination) MarshalJSON() ([]byte, error) + type StorageBlobDeadLetterDestinationProperties struct + BlobContainerName *string + ResourceID *string + type StorageQueueEventSubscriptionDestination struct + EndpointType EndpointType + func (sqesd *StorageQueueEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (sqesd StorageQueueEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (sqesd StorageQueueEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type StorageQueueEventSubscriptionDestinationProperties struct + QueueName *string + ResourceID *string + type StringBeginsWithAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]string + func (sbwaf StringBeginsWithAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (sbwaf StringBeginsWithAdvancedFilter) MarshalJSON() ([]byte, error) + type StringContainsAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]string + func (scaf StringContainsAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (scaf StringContainsAdvancedFilter) MarshalJSON() ([]byte, error) + type StringEndsWithAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]string + func (sewaf StringEndsWithAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (sewaf StringEndsWithAdvancedFilter) MarshalJSON() ([]byte, error) + type StringInAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]string + func (siaf StringInAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (siaf StringInAdvancedFilter) MarshalJSON() ([]byte, error) + type StringNotInAdvancedFilter struct + Key *string + OperatorType OperatorType + Values *[]string + func (sniaf StringNotInAdvancedFilter) AsAdvancedFilter() (*AdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsBasicAdvancedFilter() (BasicAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsBoolEqualsAdvancedFilter() (*BoolEqualsAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberGreaterThanAdvancedFilter() (*NumberGreaterThanAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberGreaterThanOrEqualsAdvancedFilter() (*NumberGreaterThanOrEqualsAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberInAdvancedFilter() (*NumberInAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberLessThanAdvancedFilter() (*NumberLessThanAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberLessThanOrEqualsAdvancedFilter() (*NumberLessThanOrEqualsAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsNumberNotInAdvancedFilter() (*NumberNotInAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsStringBeginsWithAdvancedFilter() (*StringBeginsWithAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsStringContainsAdvancedFilter() (*StringContainsAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsStringEndsWithAdvancedFilter() (*StringEndsWithAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsStringInAdvancedFilter() (*StringInAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) AsStringNotInAdvancedFilter() (*StringNotInAdvancedFilter, bool) + func (sniaf StringNotInAdvancedFilter) MarshalJSON() ([]byte, error) + type Topic struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (t *Topic) UnmarshalJSON(body []byte) error + func (t Topic) MarshalJSON() ([]byte, error) + type TopicProperties struct + Endpoint *string + InboundIPRules *[]InboundIPRule + InputSchema InputSchema + InputSchemaMapping BasicInputSchemaMapping + MetricResourceID *string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState TopicProvisioningState + PublicNetworkAccess PublicNetworkAccess + func (tp *TopicProperties) UnmarshalJSON(body []byte) error + func (tp TopicProperties) MarshalJSON() ([]byte, error) + type TopicProvisioningState string + const TopicProvisioningStateCanceled + const TopicProvisioningStateCreating + const TopicProvisioningStateDeleting + const TopicProvisioningStateFailed + const TopicProvisioningStateSucceeded + const TopicProvisioningStateUpdating + func PossibleTopicProvisioningStateValues() []TopicProvisioningState + type TopicRegenerateKeyRequest struct + KeyName *string + type TopicSharedAccessKeys struct + Key1 *string + Key2 *string + type TopicTypeInfo struct + ID *string + Name *string + Type *string + func (tti *TopicTypeInfo) UnmarshalJSON(body []byte) error + func (tti TopicTypeInfo) MarshalJSON() ([]byte, error) + type TopicTypeProperties struct + Description *string + DisplayName *string + Provider *string + ProvisioningState TopicTypeProvisioningState + ResourceRegionType ResourceRegionType + SourceResourceFormat *string + SupportedLocations *[]string + type TopicTypeProvisioningState string + const TopicTypeProvisioningStateCanceled + const TopicTypeProvisioningStateCreating + const TopicTypeProvisioningStateDeleting + const TopicTypeProvisioningStateFailed + const TopicTypeProvisioningStateSucceeded + const TopicTypeProvisioningStateUpdating + func PossibleTopicTypeProvisioningStateValues() []TopicTypeProvisioningState + type TopicTypesClient struct + func NewTopicTypesClient(subscriptionID string) TopicTypesClient + func NewTopicTypesClientWithBaseURI(baseURI string, subscriptionID string) TopicTypesClient + func (client TopicTypesClient) Get(ctx context.Context, topicTypeName string) (result TopicTypeInfo, err error) + func (client TopicTypesClient) GetPreparer(ctx context.Context, topicTypeName string) (*http.Request, error) + func (client TopicTypesClient) GetResponder(resp *http.Response) (result TopicTypeInfo, err error) + func (client TopicTypesClient) GetSender(req *http.Request) (*http.Response, error) + func (client TopicTypesClient) List(ctx context.Context) (result TopicTypesListResult, err error) + func (client TopicTypesClient) ListEventTypes(ctx context.Context, topicTypeName string) (result EventTypesListResult, err error) + func (client TopicTypesClient) ListEventTypesPreparer(ctx context.Context, topicTypeName string) (*http.Request, error) + func (client TopicTypesClient) ListEventTypesResponder(resp *http.Response) (result EventTypesListResult, err error) + func (client TopicTypesClient) ListEventTypesSender(req *http.Request) (*http.Response, error) + func (client TopicTypesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client TopicTypesClient) ListResponder(resp *http.Response) (result TopicTypesListResult, err error) + func (client TopicTypesClient) ListSender(req *http.Request) (*http.Response, error) + type TopicTypesListResult struct + Value *[]TopicTypeInfo + type TopicUpdateParameterProperties struct + InboundIPRules *[]InboundIPRule + PublicNetworkAccess PublicNetworkAccess + type TopicUpdateParameters struct + Tags map[string]*string + func (tup *TopicUpdateParameters) UnmarshalJSON(body []byte) error + func (tup TopicUpdateParameters) MarshalJSON() ([]byte, error) + type TopicsClient struct + func NewTopicsClient(subscriptionID string) TopicsClient + func NewTopicsClientWithBaseURI(baseURI string, subscriptionID string) TopicsClient + func (client TopicsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, topicName string, ...) (result TopicsCreateOrUpdateFuture, err error) + func (client TopicsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, topicName string, ...) (*http.Request, error) + func (client TopicsClient) CreateOrUpdateResponder(resp *http.Response) (result Topic, err error) + func (client TopicsClient) CreateOrUpdateSender(req *http.Request) (future TopicsCreateOrUpdateFuture, err error) + func (client TopicsClient) Delete(ctx context.Context, resourceGroupName string, topicName string) (result TopicsDeleteFuture, err error) + func (client TopicsClient) DeletePreparer(ctx context.Context, resourceGroupName string, topicName string) (*http.Request, error) + func (client TopicsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TopicsClient) DeleteSender(req *http.Request) (future TopicsDeleteFuture, err error) + func (client TopicsClient) Get(ctx context.Context, resourceGroupName string, topicName string) (result Topic, err error) + func (client TopicsClient) GetPreparer(ctx context.Context, resourceGroupName string, topicName string) (*http.Request, error) + func (client TopicsClient) GetResponder(resp *http.Response) (result Topic, err error) + func (client TopicsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TopicsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, top *int32) (result TopicsListResultPage, err error) + func (client TopicsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, top *int32) (result TopicsListResultIterator, err error) + func (client TopicsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string, top *int32) (*http.Request, error) + func (client TopicsClient) ListByResourceGroupResponder(resp *http.Response) (result TopicsListResult, err error) + func (client TopicsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client TopicsClient) ListBySubscription(ctx context.Context, filter string, top *int32) (result TopicsListResultPage, err error) + func (client TopicsClient) ListBySubscriptionComplete(ctx context.Context, filter string, top *int32) (result TopicsListResultIterator, err error) + func (client TopicsClient) ListBySubscriptionPreparer(ctx context.Context, filter string, top *int32) (*http.Request, error) + func (client TopicsClient) ListBySubscriptionResponder(resp *http.Response) (result TopicsListResult, err error) + func (client TopicsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client TopicsClient) ListEventTypes(ctx context.Context, resourceGroupName string, providerNamespace string, ...) (result EventTypesListResult, err error) + func (client TopicsClient) ListEventTypesPreparer(ctx context.Context, resourceGroupName string, providerNamespace string, ...) (*http.Request, error) + func (client TopicsClient) ListEventTypesResponder(resp *http.Response) (result EventTypesListResult, err error) + func (client TopicsClient) ListEventTypesSender(req *http.Request) (*http.Response, error) + func (client TopicsClient) ListSharedAccessKeys(ctx context.Context, resourceGroupName string, topicName string) (result TopicSharedAccessKeys, err error) + func (client TopicsClient) ListSharedAccessKeysPreparer(ctx context.Context, resourceGroupName string, topicName string) (*http.Request, error) + func (client TopicsClient) ListSharedAccessKeysResponder(resp *http.Response) (result TopicSharedAccessKeys, err error) + func (client TopicsClient) ListSharedAccessKeysSender(req *http.Request) (*http.Response, error) + func (client TopicsClient) RegenerateKey(ctx context.Context, resourceGroupName string, topicName string, ...) (result TopicSharedAccessKeys, err error) + func (client TopicsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, topicName string, ...) (*http.Request, error) + func (client TopicsClient) RegenerateKeyResponder(resp *http.Response) (result TopicSharedAccessKeys, err error) + func (client TopicsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + func (client TopicsClient) Update(ctx context.Context, resourceGroupName string, topicName string, ...) (result TopicsUpdateFuture, err error) + func (client TopicsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, topicName string, ...) (*http.Request, error) + func (client TopicsClient) UpdateResponder(resp *http.Response) (result Topic, err error) + func (client TopicsClient) UpdateSender(req *http.Request) (future TopicsUpdateFuture, err error) + type TopicsCreateOrUpdateFuture struct + Result func(TopicsClient) (Topic, error) + func (future *TopicsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type TopicsDeleteFuture struct + Result func(TopicsClient) (autorest.Response, error) + func (future *TopicsDeleteFuture) UnmarshalJSON(body []byte) error + type TopicsListResult struct + NextLink *string + Value *[]Topic + func (tlr TopicsListResult) IsEmpty() bool + type TopicsListResultIterator struct + func NewTopicsListResultIterator(page TopicsListResultPage) TopicsListResultIterator + func (iter *TopicsListResultIterator) Next() error + func (iter *TopicsListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter TopicsListResultIterator) NotDone() bool + func (iter TopicsListResultIterator) Response() TopicsListResult + func (iter TopicsListResultIterator) Value() Topic + type TopicsListResultPage struct + func NewTopicsListResultPage(cur TopicsListResult, ...) TopicsListResultPage + func (page *TopicsListResultPage) Next() error + func (page *TopicsListResultPage) NextWithContext(ctx context.Context) (err error) + func (page TopicsListResultPage) NotDone() bool + func (page TopicsListResultPage) Response() TopicsListResult + func (page TopicsListResultPage) Values() []Topic + type TopicsUpdateFuture struct + Result func(TopicsClient) (Topic, error) + func (future *TopicsUpdateFuture) UnmarshalJSON(body []byte) error + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type WebHookEventSubscriptionDestination struct + EndpointType EndpointType + func (whesd *WebHookEventSubscriptionDestination) UnmarshalJSON(body []byte) error + func (whesd WebHookEventSubscriptionDestination) AsAzureFunctionEventSubscriptionDestination() (*AzureFunctionEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsBasicEventSubscriptionDestination() (BasicEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsEventHubEventSubscriptionDestination() (*EventHubEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsEventSubscriptionDestination() (*EventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsHybridConnectionEventSubscriptionDestination() (*HybridConnectionEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsServiceBusQueueEventSubscriptionDestination() (*ServiceBusQueueEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsServiceBusTopicEventSubscriptionDestination() (*ServiceBusTopicEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsStorageQueueEventSubscriptionDestination() (*StorageQueueEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) AsWebHookEventSubscriptionDestination() (*WebHookEventSubscriptionDestination, bool) + func (whesd WebHookEventSubscriptionDestination) MarshalJSON() ([]byte, error) + type WebHookEventSubscriptionDestinationProperties struct + AzureActiveDirectoryApplicationIDOrURI *string + AzureActiveDirectoryTenantID *string + EndpointBaseURL *string + EndpointURL *string + MaxEventsPerBatch *int32 + PreferredBatchSizeInKilobytes *int32 + func (whesdp WebHookEventSubscriptionDestinationProperties) MarshalJSON() ([]byte, error)