EventGridClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class EventGridClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.EventGrid.EventGridClient>, IDisposable, Microsoft.Azure.EventGrid.IEventGridClient, Microsoft.Rest.Azure.IAzureClient
type EventGridClient = class
inherit ServiceClient<EventGridClient>
interface IEventGridClient
interface IDisposable
interface IAzureClient
Public Class EventGridClient
Inherits ServiceClient(Of EventGridClient)
Implements IAzureClient, IDisposable, IEventGridClient
- Inheritance
- Implements
Constructors
Properties
AcceptLanguage | |
ApiVersion | |
Credentials | |
DeserializationSettings | |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
GenerateClientRequestId | |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
LongRunningOperationRetryTimeout | |
SerializationSettings | |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
PublishEventsWithHttpMessagesAsync(String, IList<EventGridEvent>, Dictionary<String,List<String>>, CancellationToken) | |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
Extension Methods
PublishEventsAsync(IEventGridClient, String, IList<EventGridEvent>, CancellationToken) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET