次の方法で共有


OutboundNetworkDependenciesEndpoint クラス

定義

Kusto サービス環境が送信ネットワーク アクセスを必要とする一般的な目的でアクセスされるエンドポイント。

[Microsoft.Rest.Serialization.JsonTransformation]
public class OutboundNetworkDependenciesEndpoint : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OutboundNetworkDependenciesEndpoint = class
    inherit ProxyResource
Public Class OutboundNetworkDependenciesEndpoint
Inherits ProxyResource
継承
OutboundNetworkDependenciesEndpoint
属性

コンストラクター

OutboundNetworkDependenciesEndpoint()

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

OutboundNetworkDependenciesEndpoint(String, String, String, String, IList<EndpointDependency>, String, String)

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

プロパティ

Category

Kusto サービス環境によってアクセスされるサービスの種類 (Azure Storage、Azure SQL Database、Azure Active Directory など) を取得または設定します。

Endpoints

Kusto サービス環境がサービスに到達するエンドポイントを取得または設定します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
ProvisioningState

リソースのプロビジョニング済み状態を取得します。 指定できる値は、'Running'、'Creating'、'Deleting'、'Succeeded'、'Failed'、'Moving' です。

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

適用対象