次の方法で共有


PrivateEndpoint クラス

定義

プライベート エンドポイントに関する情報を入力します。

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

コンストラクター

PrivateEndpoint()

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

PrivateEndpoint(String, String, String, String, IList<PrivateLinkServiceConnection>, String)

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

プロパティ

CreatedDate

このプライベート エンドポイントが作成された日付を取得します。

Etag

リソースのメタデータ状態 (プライベート エンドポイント) を表し、リソースが更新されるたびに変更される一意の不透明な文字列 (通常は GUID) を取得します。 PUT (CreateOrUpdate) 要求で必須。

Id

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

(継承元 Resource)
ManualPrivateLinkServiceConnections

リモート リソースへの接続の一覧を取得または設定します。 設定後は変更できません。

Name

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

(継承元 Resource)
Type

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

(継承元 Resource)

適用対象