次の方法で共有


FeatureClient クラス

定義

public class FeatureClient : Hyak.Common.ServiceClient<Microsoft.Azure.Management.Resources.FeatureClient>, IDisposable, Microsoft.Azure.Management.Resources.IFeatureClient
type FeatureClient = class
    inherit ServiceClient<FeatureClient>
    interface IFeatureClient
    interface IDisposable
Public Class FeatureClient
Inherits ServiceClient(Of FeatureClient)
Implements IDisposable, IFeatureClient
継承
Hyak.Common.ServiceClient<FeatureClient>
FeatureClient
実装

コンストラクター

FeatureClient()

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

FeatureClient(HttpClient)

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

FeatureClient(SubscriptionCloudCredentials)

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

FeatureClient(SubscriptionCloudCredentials, HttpClient)

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

FeatureClient(SubscriptionCloudCredentials, Uri)

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

FeatureClient(SubscriptionCloudCredentials, Uri, HttpClient)

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

プロパティ

ApiVersion

API バージョンを取得します。

BaseUri

すべてのクラウド サービス要求のベースとして使用される URI を取得します。

Credentials

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

Features

プレビュー機能を管理するための操作。

LongRunningOperationInitialTimeout

長時間実行される操作の初期タイムアウトを取得または設定します。

LongRunningOperationRetryTimeout

長時間実行される操作の再試行タイムアウトを取得または設定します。

メソッド

Clone(ServiceClient<FeatureClient>)

現在のインスタンスから別の FeatureClient インスタンスにプロパティを複製します

適用対象