PrivateLinkService コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrivateLinkService()
PrivateLinkService クラスの新しいインスタンスを初期化します。
public PrivateLinkService ();
Public Sub New ()
適用対象
PrivateLinkService(String, String, String, String, IDictionary<String, String>, ExtendedLocation, IList<FrontendIPConfiguration>, IList<PrivateLinkServiceIpConfiguration>, IList<NetworkInterface>, String, IList<PrivateEndpointConnection>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)
PrivateLinkService クラスの新しいインスタンスを初期化します。
public PrivateLinkService (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration> loadBalancerFrontendIpConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration> ipConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> networkInterfaces = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> privateEndpointConnections = default, Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility visibility = default, Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesAutoApproval autoApproval = default, System.Collections.Generic.IList<string> fqdns = default, string alias = default, bool? enableProxyProtocol = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.PrivateLinkService : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> * Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility * Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesAutoApproval * System.Collections.Generic.IList<string> * string * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Models.PrivateLinkService
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional loadBalancerFrontendIpConfigurations As IList(Of FrontendIPConfiguration) = Nothing, Optional ipConfigurations As IList(Of PrivateLinkServiceIpConfiguration) = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional visibility As PrivateLinkServicePropertiesVisibility = Nothing, Optional autoApproval As PrivateLinkServicePropertiesAutoApproval = Nothing, Optional fqdns As IList(Of String) = Nothing, Optional alias As String = Nothing, Optional enableProxyProtocol As Nullable(Of Boolean) = Nothing, Optional etag As String = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- extendedLocation
- ExtendedLocation
ロード バランサーの拡張された場所。
- loadBalancerFrontendIpConfigurations
- IList<FrontendIPConfiguration>
ロード バランサーの IP 構成への参照の配列。
- ipConfigurations
- IList<PrivateLinkServiceIpConfiguration>
プライベート リンク サービス IP 構成の配列。
- networkInterfaces
- IList<NetworkInterface>
このプライベート リンク サービス用に作成されたネットワーク インターフェイスへの参照の配列。
- provisioningState
- String
プライベート リンク サービス リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- privateEndpointConnections
- IList<PrivateEndpointConnection>
プライベート エンドポイントへの接続に関する一覧の配列。
- visibility
- PrivateLinkServicePropertiesVisibility
プライベート リンク サービスの可視性リスト。
- autoApproval
- PrivateLinkServicePropertiesAutoApproval
プライベート リンク サービスの自動承認リスト。
- alias
- String
プライベート リンク サービスのエイリアス。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET