次の方法で共有


ManagedPrivateEndpoint クラス

定義

マネージド プライベート エンドポイントを表すクラス。

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

コンストラクター

ManagedPrivateEndpoint()

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

ManagedPrivateEndpoint(String, String, String, String, String, String, String, String, SystemData)

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

プロパティ

GroupId

マネージド プライベート エンドポイントが作成される groupId を取得または設定します。

Id

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

(継承元 Resource)
Name

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

(継承元 Resource)
PrivateLinkResourceId

マネージド プライベート エンドポイントが作成されるリソースの ARM リソース ID を取得または設定します。

PrivateLinkResourceRegion

マネージド プライベート エンドポイントが作成されるリソースのリージョンを取得または設定します。

ProvisioningState

リソースのプロビジョニングされた状態を取得します。 使用可能な値には、'Running'、'Creating'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。

RequestMessage

ユーザー要求メッセージを取得または設定します。

SystemData

マネージド プライベート エンドポイントを表すクラス。

Type

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

(継承元 Resource)

メソッド

Validate()

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

適用対象