EventGridManagementClient Class

Definition

Azure EventGrid Management Client

public class EventGridManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.EventGrid.EventGridManagementClient>, IDisposable, Microsoft.Azure.Management.EventGrid.IEventGridManagementClient, Microsoft.Rest.Azure.IAzureClient
type EventGridManagementClient = class
    inherit ServiceClient<EventGridManagementClient>
    interface IEventGridManagementClient
    interface IDisposable
    interface IAzureClient
Public Class EventGridManagementClient
Inherits ServiceClient(Of EventGridManagementClient)
Implements IAzureClient, IDisposable, IEventGridManagementClient
Inheritance
EventGridManagementClient
Implements

Constructors

EventGridManagementClient(DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(HttpClient, Boolean)

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

EventGridManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the EventGridManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

Version of the API to be used with the client request.

BaseUri

The base URI of the service.

Channels

Gets the IChannelsOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

DomainEventSubscriptions

Gets the IDomainEventSubscriptionsOperations.

Domains

Gets the IDomainsOperations.

DomainTopicEventSubscriptions

Gets the IDomainTopicEventSubscriptionsOperations.

DomainTopics

Gets the IDomainTopicsOperations.

EventSubscriptions

Gets the IEventSubscriptionsOperations.

ExtensionTopics

Gets the IExtensionTopicsOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

PartnerConfigurations

Gets the IPartnerConfigurationsOperations.

PartnerNamespaces

Gets the IPartnerNamespacesOperations.

PartnerRegistrations

Gets the IPartnerRegistrationsOperations.

PartnerTopicEventSubscriptions

Gets the IPartnerTopicEventSubscriptionsOperations.

PartnerTopics

Gets the IPartnerTopicsOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

SystemTopicEventSubscriptions

Gets the ISystemTopicEventSubscriptionsOperations.

SystemTopics

Gets the ISystemTopicsOperations.

TopicEventSubscriptions

Gets the ITopicEventSubscriptionsOperations.

Topics

Gets the ITopicsOperations.

TopicTypes

Gets the ITopicTypesOperations.

UserAgent (Inherited from ServiceClient<T>)
VerifiedPartners

Gets the IVerifiedPartnersOperations.

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>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to