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