ApplicationGatewayPrivateLinkResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewayPrivateLinkResource() |
ApplicationGatewayPrivateLinkResource クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String) |
ApplicationGatewayPrivateLinkResource クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayPrivateLinkResource()
ApplicationGatewayPrivateLinkResource クラスの新しいインスタンスを初期化します。
public ApplicationGatewayPrivateLinkResource ();
Public Sub New ()
適用対象
ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)
ApplicationGatewayPrivateLinkResource クラスの新しいインスタンスを初期化します。
public ApplicationGatewayPrivateLinkResource (string id = default, string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
リソースの ID
- groupId
- String
プライベート リンク リソースのグループ識別子。
- name
- String
Application Gateway内で一意のプライベート リンク リソースの名前。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET