次の方法で共有


OutboundNetworkDependenciesEndpoint コンストラクター

定義

オーバーロード

OutboundNetworkDependenciesEndpoint()

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

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

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

OutboundNetworkDependenciesEndpoint()

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

public OutboundNetworkDependenciesEndpoint ();
Public Sub New ()

適用対象

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

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

public OutboundNetworkDependenciesEndpoint (string id = default, string name = default, string type = default, string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDependency> endpoints = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.EndpointDependency> * string * string -> Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional category As String = Nothing, Optional endpoints As IList(Of EndpointDependency) = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)

パラメーター

id
String

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

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

category
String

Kusto サービス環境によってアクセスされるサービスの種類 (Azure Storage、Azure SQL Database、Azure Active Directory など)。

endpoints
IList<EndpointDependency>

Kusto サービス環境がサービスに到達するエンドポイント。

provisioningState
String

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

etag
String

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

適用対象