次の方法で共有


NotificationHubsManagementClient クラス

定義

Azure NotificationHub クライアント

public class NotificationHubsManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.NotificationHubs.NotificationHubsManagementClient>, IDisposable, Microsoft.Azure.Management.NotificationHubs.INotificationHubsManagementClient, Microsoft.Rest.Azure.IAzureClient
type NotificationHubsManagementClient = class
    inherit ServiceClient<NotificationHubsManagementClient>
    interface INotificationHubsManagementClient
    interface IDisposable
    interface IAzureClient
Public Class NotificationHubsManagementClient
Inherits ServiceClient(Of NotificationHubsManagementClient)
Implements IAzureClient, IDisposable, INotificationHubsManagementClient
継承
NotificationHubsManagementClient
実装

コンストラクター

NotificationHubsManagementClient(DelegatingHandler[])

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

NotificationHubsManagementClient(HttpClient, Boolean)

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

NotificationHubsManagementClient(HttpClientHandler, DelegatingHandler[])

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

NotificationHubsManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

NotificationHubsManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

NotificationHubsManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

NotificationHubsManagementClient(Uri, DelegatingHandler[])

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

NotificationHubsManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

NotificationHubsManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント API のバージョン。

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

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

FirstMessageHandler

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

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

Namespaces

INamespacesOperations を取得します。

NotificationHubs

INotificationHubsOperations を取得します。

Operations

IOperations を取得します。

SerializationSettings

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

SubscriptionId

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

UserAgent

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

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

Azure NotificationHub クライアント

(継承元 ServiceClient<T>)

適用対象