次の方法で共有


UnsecuredEndpoint クラス

定義

セキュリティで保護されていないエンドポイントは、パイプラインがクリア トランスポート経由で接続できるエンドポイントを表します (転送中の暗号化なし)。

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.UnsecuredEndpoint")]
public class UnsecuredEndpoint : Microsoft.Azure.Management.VideoAnalyzer.Models.EndpointBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.UnsecuredEndpoint")>]
type UnsecuredEndpoint = class
    inherit EndpointBase
Public Class UnsecuredEndpoint
Inherits EndpointBase
継承
UnsecuredEndpoint
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

UnsecuredEndpoint()

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

UnsecuredEndpoint(CredentialsBase, String, TunnelBase)

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

プロパティ

Credentials

エンドポイントに提示する資格情報を取得または設定します。

(継承元 EndpointBase)
Tunnel

Video Analyzer がエンドポイント URL に接続できるトンネルを取得または設定します。 これは省略可能なプロパティです。通常、エンドポイントがファイアウォールの内側にある場合に使用されます。

(継承元 EndpointBase)
Url

Video Analyzer の接続先のエンドポイント URL を取得または設定します。

(継承元 EndpointBase)

メソッド

Validate()

オブジェクトを検証します。

適用対象