AzureMonitorPrivateLinkScope クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Monitor PrivateLinkScope 定義。
[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureMonitorPrivateLinkScope : Microsoft.Azure.Management.Monitor.Models.PrivateLinkScopesResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureMonitorPrivateLinkScope = class
inherit PrivateLinkScopesResource
Public Class AzureMonitorPrivateLinkScope
Inherits PrivateLinkScopesResource
- 継承
- 属性
コンストラクター
AzureMonitorPrivateLinkScope() |
AzureMonitorPrivateLinkScope クラスの新しいインスタンスを初期化します。 |
AzureMonitorPrivateLinkScope(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnection>) |
AzureMonitorPrivateLinkScope クラスの新しいインスタンスを初期化します。 |
プロパティ
Id |
Azure リソース ID を取得します (継承元 PrivateLinkScopesResource) |
Location |
リソースの場所を取得または設定します (継承元 PrivateLinkScopesResource) |
Name |
Azure リソース名を取得します (継承元 PrivateLinkScopesResource) |
PrivateEndpointConnections |
プライベート エンドポイント接続の一覧を取得します。 |
ProvisioningState |
この PrivateLinkScope の現在の状態を取得します。定義されているリソース グループ内で がプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、プロビジョニング、成功、取り消し、失敗が含まれます。 |
Tags |
リソース タグを取得または設定します (継承元 PrivateLinkScopesResource) |
Type |
Azure リソースの種類を取得します (継承元 PrivateLinkScopesResource) |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET