PrivateLinkConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrivateLinkConfiguration() |
PrivateLinkConfiguration クラスの新しいインスタンスを初期化します。 |
PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String) |
PrivateLinkConfiguration クラスの新しいインスタンスを初期化します。 |
PrivateLinkConfiguration()
PrivateLinkConfiguration クラスの新しいインスタンスを初期化します。
public PrivateLinkConfiguration();
Public Sub New ()
適用対象
PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String)
PrivateLinkConfiguration クラスの新しいインスタンスを初期化します。
public PrivateLinkConfiguration(string name, string groupId, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.IPConfiguration> ipConfigurations, string id = default, string type = default, string provisioningState = default);
new Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.IPConfiguration> * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkConfiguration
Public Sub New (name As String, groupId As String, ipConfigurations As IList(Of IPConfiguration), Optional id As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- name
- String
プライベート リンク構成の名前。
- groupId
- String
プライベート リンク構成を適用する HDInsight プライベート リンク可能サブリソース名。 たとえば、'headnode'、'gateway'、'edgenode' などです。
- ipConfigurations
- IList<IPConfiguration>
プライベート リンク サービスの IP 構成。
- id
- String
プライベート リンク構成 ID。
- type
- String
プライベート リンク構成の種類。
- provisioningState
- String
応答にのみ表示されるプライベート リンク構成のプロビジョニング状態。 使用可能な値には、'InProgress'、'Failed'、'Succeeded'、'Canceled'、'Removeing' などがあります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET