EventGridManagementClient class

Extends

Constructors

EventGridManagementClient(TokenCredential, EventGridManagementClientOptionalParams)
EventGridManagementClient(TokenCredential, string, EventGridManagementClientOptionalParams)

Initializes a new instance of the EventGridManagementClient class.

Properties

$host
apiVersion
caCertificates
channels
clientGroups
clients
domainEventSubscriptions
domains
domainTopicEventSubscriptions
domainTopics
eventSubscriptions
extensionTopics
namespaces
namespaceTopicEventSubscriptions
namespaceTopics
networkSecurityPerimeterConfigurations
operations
partnerConfigurations
partnerDestinations
partnerNamespaces
partnerRegistrations
partnerTopicEventSubscriptions
partnerTopics
permissionBindings
privateEndpointConnections
privateLinkResources
subscriptionId
systemTopicEventSubscriptions
systemTopics
topicEventSubscriptions
topics
topicSpaces
topicTypes
verifiedPartners

Inherited Properties

pipeline

The pipeline used by this client to make requests

Inherited Methods

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(PipelineRequest)

Send the provided httpRequest.

Constructor Details

EventGridManagementClient(TokenCredential, EventGridManagementClientOptionalParams)

new EventGridManagementClient(credentials: TokenCredential, options?: EventGridManagementClientOptionalParams)

Parameters

credentials
TokenCredential

EventGridManagementClient(TokenCredential, string, EventGridManagementClientOptionalParams)

Initializes a new instance of the EventGridManagementClient class.

new EventGridManagementClient(credentials: TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams)

Parameters

credentials
TokenCredential

Subscription credentials which uniquely identify client subscription.

subscriptionId

string

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

options
EventGridManagementClientOptionalParams

The parameter options

Property Details

$host

$host: string

Property Value

string

apiVersion

apiVersion: string

Property Value

string

caCertificates

caCertificates: CaCertificates

Property Value

channels

channels: Channels

Property Value

clientGroups

clientGroups: ClientGroups

Property Value

clients

clients: Clients

Property Value

domainEventSubscriptions

domainEventSubscriptions: DomainEventSubscriptions

Property Value

domains

domains: Domains

Property Value

domainTopicEventSubscriptions

domainTopicEventSubscriptions: DomainTopicEventSubscriptions

Property Value

domainTopics

domainTopics: DomainTopics

Property Value

eventSubscriptions

eventSubscriptions: EventSubscriptions

Property Value

extensionTopics

extensionTopics: ExtensionTopics

Property Value

namespaces

namespaces: Namespaces

Property Value

namespaceTopicEventSubscriptions

namespaceTopicEventSubscriptions: NamespaceTopicEventSubscriptions

Property Value

namespaceTopics

namespaceTopics: NamespaceTopics

Property Value

networkSecurityPerimeterConfigurations

networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations

Property Value

operations

operations: Operations

Property Value

partnerConfigurations

partnerConfigurations: PartnerConfigurations

Property Value

partnerDestinations

partnerDestinations: PartnerDestinations

Property Value

partnerNamespaces

partnerNamespaces: PartnerNamespaces

Property Value

partnerRegistrations

partnerRegistrations: PartnerRegistrations

Property Value

partnerTopicEventSubscriptions

partnerTopicEventSubscriptions: PartnerTopicEventSubscriptions

Property Value

partnerTopics

partnerTopics: PartnerTopics

Property Value

permissionBindings

permissionBindings: PermissionBindings

Property Value

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

Property Value

privateLinkResources

privateLinkResources: PrivateLinkResources

Property Value

subscriptionId

subscriptionId?: string

Property Value

string

systemTopicEventSubscriptions

systemTopicEventSubscriptions: SystemTopicEventSubscriptions

Property Value

systemTopics

systemTopics: SystemTopics

Property Value

topicEventSubscriptions

topicEventSubscriptions: TopicEventSubscriptions

Property Value

topics

topics: Topics

Property Value

topicSpaces

topicSpaces: TopicSpaces

Property Value

topicTypes

topicTypes: TopicTypes

Property Value

verifiedPartners

verifiedPartners: VerifiedPartners

Property Value

Inherited Property Details

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

Inherited From coreClient.ServiceClient.pipeline

Inherited Method Details

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

Returns

Promise<T>

Inherited From coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Send the provided httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parameters

request
PipelineRequest

Returns

Promise<PipelineResponse>

Inherited From coreClient.ServiceClient.sendRequest