次の方法で共有


EventGridManagementClient クラス

定義

Azure EventGrid 管理クライアント

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
継承
EventGridManagementClient
実装

コンストラクター

EventGridManagementClient(DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(HttpClient, Boolean)

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(HttpClientHandler, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(ServiceClientCredentials, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(ServiceClientCredentials, HttpClient, Boolean)

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(Uri, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

EventGridManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

EventGridManagementClient クラスの新しいインスタンスを初期化します。

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

EventGridManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント要求で使用される API のバージョン。

BaseUri

サービスのベース URI。

Channels

IChannelsOperations を取得します。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

JSON の逆シリアル化設定を取得または設定します。

DomainEventSubscriptions

IDomainEventSubscriptionsOperations を取得します。

Domains

IDomainsOperations を取得します。

DomainTopicEventSubscriptions

IDomainTopicEventSubscriptionsOperations を取得します。

DomainTopics

IDomainTopicsOperations を取得します。

EventSubscriptions

IEventSubscriptionsOperations を取得します。

ExtensionTopics

IExtensionTopicsOperations を取得します。

FirstMessageHandler

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Operations

IOperations を取得します。

PartnerConfigurations

IPartnerConfigurationsOperations を取得します。

PartnerNamespaces

IPartnerNamespacesOperations を取得します。

PartnerRegistrations

IPartnerRegistrationsOperations を取得します。

PartnerTopicEventSubscriptions

IPartnerTopicEventSubscriptionsOperations を取得します。

PartnerTopics

IPartnerTopicsOperations を取得します。

PrivateEndpointConnections

IPrivateEndpointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

SerializationSettings

JSON シリアル化設定を取得または設定します。

SubscriptionId

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

SystemTopicEventSubscriptions

ISystemTopicEventSubscriptionsOperations を取得します。

SystemTopics

ISystemTopicsOperations を取得します。

TopicEventSubscriptions

ITopicEventSubscriptionsOperations を取得します。

Topics

ITopicsOperations を取得します。

TopicTypes

ITopicTypesOperations を取得します。

UserAgent

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
VerifiedPartners

IVerifiedPartnersOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
Dispose()

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
Dispose(Boolean)

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String)

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Azure EventGrid 管理クライアント

(継承元 ServiceClient<T>)

適用対象