eventgrid

package
v34.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AdvancedFilter

type AdvancedFilter = original.AdvancedFilter

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BasicAdvancedFilter

type BasicAdvancedFilter = original.BasicAdvancedFilter

type BasicDeadLetterDestination

type BasicDeadLetterDestination = original.BasicDeadLetterDestination

type BasicEventSubscriptionDestination

type BasicEventSubscriptionDestination = original.BasicEventSubscriptionDestination

type BoolEqualsAdvancedFilter

type BoolEqualsAdvancedFilter = original.BoolEqualsAdvancedFilter

type DeadLetterDestination

type DeadLetterDestination = original.DeadLetterDestination

type Domain

type Domain = original.Domain

type DomainProperties

type DomainProperties = original.DomainProperties

type DomainRegenerateKeyRequest

type DomainRegenerateKeyRequest = original.DomainRegenerateKeyRequest

type DomainSharedAccessKeys

type DomainSharedAccessKeys = original.DomainSharedAccessKeys

type DomainTopic

type DomainTopic = original.DomainTopic

type DomainTopicProperties

type DomainTopicProperties = original.DomainTopicProperties

type DomainTopicsClient

type DomainTopicsClient = original.DomainTopicsClient

func NewDomainTopicsClient

func NewDomainTopicsClient(subscriptionID string) DomainTopicsClient

func NewDomainTopicsClientWithBaseURI

func NewDomainTopicsClientWithBaseURI(baseURI string, subscriptionID string) DomainTopicsClient

type DomainTopicsCreateOrUpdateFuture

type DomainTopicsCreateOrUpdateFuture = original.DomainTopicsCreateOrUpdateFuture

type DomainTopicsDeleteFuture

type DomainTopicsDeleteFuture = original.DomainTopicsDeleteFuture

type DomainTopicsListResult

type DomainTopicsListResult = original.DomainTopicsListResult

type DomainUpdateParameters

type DomainUpdateParameters = original.DomainUpdateParameters

type DomainsClient

type DomainsClient = original.DomainsClient

func NewDomainsClient

func NewDomainsClient(subscriptionID string) DomainsClient

func NewDomainsClientWithBaseURI

func NewDomainsClientWithBaseURI(baseURI string, subscriptionID string) DomainsClient

type DomainsCreateOrUpdateFuture

type DomainsCreateOrUpdateFuture = original.DomainsCreateOrUpdateFuture

type DomainsDeleteFuture

type DomainsDeleteFuture = original.DomainsDeleteFuture

type DomainsListResult

type DomainsListResult = original.DomainsListResult

type DomainsListResultIterator

type DomainsListResultIterator = original.DomainsListResultIterator

type DomainsListResultPage

type DomainsListResultPage = original.DomainsListResultPage

func NewDomainsListResultPage

func NewDomainsListResultPage(getNextPage func(context.Context, DomainsListResult) (DomainsListResult, error)) DomainsListResultPage

type DomainsUpdateFuture

type DomainsUpdateFuture = original.DomainsUpdateFuture

type EndpointType

type EndpointType = original.EndpointType
const (
	EndpointTypeEventHub                     EndpointType = original.EndpointTypeEventHub
	EndpointTypeEventSubscriptionDestination EndpointType = original.EndpointTypeEventSubscriptionDestination
	EndpointTypeHybridConnection             EndpointType = original.EndpointTypeHybridConnection
	EndpointTypeServiceBusQueue              EndpointType = original.EndpointTypeServiceBusQueue
	EndpointTypeStorageQueue                 EndpointType = original.EndpointTypeStorageQueue
	EndpointTypeWebHook                      EndpointType = original.EndpointTypeWebHook
)

func PossibleEndpointTypeValues

func PossibleEndpointTypeValues() []EndpointType

type EventSubscription

type EventSubscription = original.EventSubscription

type EventSubscriptionDestination

type EventSubscriptionDestination = original.EventSubscriptionDestination

type EventSubscriptionFilter

type EventSubscriptionFilter = original.EventSubscriptionFilter

type EventSubscriptionFullURL

type EventSubscriptionFullURL = original.EventSubscriptionFullURL

type EventSubscriptionProperties

type EventSubscriptionProperties = original.EventSubscriptionProperties

type EventSubscriptionUpdateParameters

type EventSubscriptionUpdateParameters = original.EventSubscriptionUpdateParameters

type EventSubscriptionsClient

type EventSubscriptionsClient = original.EventSubscriptionsClient

func NewEventSubscriptionsClient

func NewEventSubscriptionsClient(subscriptionID string) EventSubscriptionsClient

func NewEventSubscriptionsClientWithBaseURI

func NewEventSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) EventSubscriptionsClient

type EventSubscriptionsDeleteFuture

type EventSubscriptionsDeleteFuture = original.EventSubscriptionsDeleteFuture

type EventSubscriptionsListResult

type EventSubscriptionsListResult = original.EventSubscriptionsListResult

type EventSubscriptionsUpdateFuture

type EventSubscriptionsUpdateFuture = original.EventSubscriptionsUpdateFuture

type EventType

type EventType = original.EventType

type EventTypeProperties

type EventTypeProperties = original.EventTypeProperties

type EventTypesListResult

type EventTypesListResult = original.EventTypesListResult

type NumberGreaterThanAdvancedFilter

type NumberGreaterThanAdvancedFilter = original.NumberGreaterThanAdvancedFilter

type NumberInAdvancedFilter

type NumberInAdvancedFilter = original.NumberInAdvancedFilter

type NumberLessThanAdvancedFilter

type NumberLessThanAdvancedFilter = original.NumberLessThanAdvancedFilter

type NumberNotInAdvancedFilter

type NumberNotInAdvancedFilter = original.NumberNotInAdvancedFilter

type Operation

type Operation = original.Operation

type OperationInfo

type OperationInfo = original.OperationInfo

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type OperationsListResult

type OperationsListResult = original.OperationsListResult

type OperatorType

type OperatorType = original.OperatorType
const (
	OperatorTypeAdvancedFilter            OperatorType = original.OperatorTypeAdvancedFilter
	OperatorTypeBoolEquals                OperatorType = original.OperatorTypeBoolEquals
	OperatorTypeNumberGreaterThan         OperatorType = original.OperatorTypeNumberGreaterThan
	OperatorTypeNumberGreaterThanOrEquals OperatorType = original.OperatorTypeNumberGreaterThanOrEquals
	OperatorTypeNumberIn                  OperatorType = original.OperatorTypeNumberIn
	OperatorTypeNumberLessThan            OperatorType = original.OperatorTypeNumberLessThan
	OperatorTypeNumberLessThanOrEquals    OperatorType = original.OperatorTypeNumberLessThanOrEquals
	OperatorTypeNumberNotIn               OperatorType = original.OperatorTypeNumberNotIn
	OperatorTypeStringBeginsWith          OperatorType = original.OperatorTypeStringBeginsWith
	OperatorTypeStringContains            OperatorType = original.OperatorTypeStringContains
	OperatorTypeStringEndsWith            OperatorType = original.OperatorTypeStringEndsWith
	OperatorTypeStringIn                  OperatorType = original.OperatorTypeStringIn
	OperatorTypeStringNotIn               OperatorType = original.OperatorTypeStringNotIn
)

func PossibleOperatorTypeValues

func PossibleOperatorTypeValues() []OperatorType

type Resource

type Resource = original.Resource

type ResourceRegionType

type ResourceRegionType = original.ResourceRegionType

func PossibleResourceRegionTypeValues

func PossibleResourceRegionTypeValues() []ResourceRegionType

type RetryPolicy

type RetryPolicy = original.RetryPolicy

type StorageBlobDeadLetterDestination

type StorageBlobDeadLetterDestination = original.StorageBlobDeadLetterDestination

type StringBeginsWithAdvancedFilter

type StringBeginsWithAdvancedFilter = original.StringBeginsWithAdvancedFilter

type StringContainsAdvancedFilter

type StringContainsAdvancedFilter = original.StringContainsAdvancedFilter

type StringEndsWithAdvancedFilter

type StringEndsWithAdvancedFilter = original.StringEndsWithAdvancedFilter

type StringInAdvancedFilter

type StringInAdvancedFilter = original.StringInAdvancedFilter

type StringNotInAdvancedFilter

type StringNotInAdvancedFilter = original.StringNotInAdvancedFilter

type Topic

type Topic = original.Topic

type TopicProperties

type TopicProperties = original.TopicProperties

type TopicProvisioningState

type TopicProvisioningState = original.TopicProvisioningState

func PossibleTopicProvisioningStateValues

func PossibleTopicProvisioningStateValues() []TopicProvisioningState

type TopicRegenerateKeyRequest

type TopicRegenerateKeyRequest = original.TopicRegenerateKeyRequest

type TopicSharedAccessKeys

type TopicSharedAccessKeys = original.TopicSharedAccessKeys

type TopicTypeInfo

type TopicTypeInfo = original.TopicTypeInfo

type TopicTypeProperties

type TopicTypeProperties = original.TopicTypeProperties

type TopicTypesClient

type TopicTypesClient = original.TopicTypesClient

func NewTopicTypesClient

func NewTopicTypesClient(subscriptionID string) TopicTypesClient

func NewTopicTypesClientWithBaseURI

func NewTopicTypesClientWithBaseURI(baseURI string, subscriptionID string) TopicTypesClient

type TopicTypesListResult

type TopicTypesListResult = original.TopicTypesListResult

type TopicUpdateParameters

type TopicUpdateParameters = original.TopicUpdateParameters

type TopicsClient

type TopicsClient = original.TopicsClient

func NewTopicsClient

func NewTopicsClient(subscriptionID string) TopicsClient

func NewTopicsClientWithBaseURI

func NewTopicsClientWithBaseURI(baseURI string, subscriptionID string) TopicsClient

type TopicsCreateOrUpdateFuture

type TopicsCreateOrUpdateFuture = original.TopicsCreateOrUpdateFuture

type TopicsDeleteFuture

type TopicsDeleteFuture = original.TopicsDeleteFuture

type TopicsListResult

type TopicsListResult = original.TopicsListResult

type TopicsListResultIterator

type TopicsListResultIterator = original.TopicsListResultIterator

func NewTopicsListResultIterator

func NewTopicsListResultIterator(page TopicsListResultPage) TopicsListResultIterator

type TopicsListResultPage

type TopicsListResultPage = original.TopicsListResultPage

func NewTopicsListResultPage

func NewTopicsListResultPage(getNextPage func(context.Context, TopicsListResult) (TopicsListResult, error)) TopicsListResultPage

type TopicsUpdateFuture

type TopicsUpdateFuture = original.TopicsUpdateFuture

type TrackedResource

type TrackedResource = original.TrackedResource

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL