PrivateEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrivateEndpoint()
PrivateEndpoint クラスの新しいインスタンスを初期化します。
public PrivateEndpoint ();
Public Sub New ()
適用対象
PrivateEndpoint(String, String, String, String, IDictionary<String, String>, ExtendedLocation, Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>, IList<ApplicationSecurityGroup>, IList<PrivateEndpointIPConfiguration>, String, String)
PrivateEndpoint クラスの新しいインスタンスを初期化します。
public PrivateEndpoint (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, Microsoft.Azure.Management.Network.Models.Subnet subnet = 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.PrivateLinkServiceConnection> privateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> manualPrivateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> customDnsConfigs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration> ipConfigurations = default, string customNetworkInterfaceName = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.PrivateEndpoint : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * Microsoft.Azure.Management.Network.Models.Subnet * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration> * string * string -> Microsoft.Azure.Management.Network.Models.PrivateEndpoint
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 subnet As Subnet = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional manualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional customDnsConfigs As IList(Of CustomDnsConfigPropertiesFormat) = Nothing, Optional applicationSecurityGroups As IList(Of ApplicationSecurityGroup) = Nothing, Optional ipConfigurations As IList(Of PrivateEndpointIPConfiguration) = Nothing, Optional customNetworkInterfaceName As String = Nothing, Optional etag As String = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- extendedLocation
- ExtendedLocation
ロード バランサーの拡張された場所。
- subnet
- Subnet
プライベート IP の割り当て元となるサブネットの ID。
- networkInterfaces
- IList<NetworkInterface>
このプライベート エンドポイント用に作成されたネットワーク インターフェイスへの参照の配列。
- provisioningState
- String
プライベート エンドポイント リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- privateLinkServiceConnections
- IList<PrivateLinkServiceConnection>
リモート リソースへの接続に関する情報のグループ。
- manualPrivateLinkServiceConnections
- IList<PrivateLinkServiceConnection>
リモート リソースへの接続に関する情報のグループ。 ネットワーク管理者がリモート リソースへの接続を承認するためのアクセス権を持っていない場合に使用されます。
- customDnsConfigs
- IList<CustomDnsConfigPropertiesFormat>
カスタム DNS 構成の配列。
- applicationSecurityGroups
- IList<ApplicationSecurityGroup>
プライベート エンドポイント IP 構成が含まれるアプリケーション セキュリティ グループ。
- ipConfigurations
- IList<PrivateEndpointIPConfiguration>
プライベート エンドポイントの IP 構成の一覧。 これは、ファースト パーティ サービスのエンドポイントにマップするために使用されます。
- customNetworkInterfaceName
- String
プライベート エンドポイントに接続されているネットワーク インターフェイスのカスタム名。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
Azure SDK for .NET