ContainerNetworkInterfaceConfigurationInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ContainerNetworkInterfaceConfigurationInner() |
ContainerNetworkInterfaceConfigurationInner クラスの新しいインスタンスを初期化します。 |
ContainerNetworkInterfaceConfigurationInner(String, IList<IPConfigurationProfileInner>, IList<SubResource>, ProvisioningState, String, String, String) |
ContainerNetworkInterfaceConfigurationInner クラスの新しいインスタンスを初期化します。 |
ContainerNetworkInterfaceConfigurationInner()
ContainerNetworkInterfaceConfigurationInner クラスの新しいインスタンスを初期化します。
public ContainerNetworkInterfaceConfigurationInner ();
Public Sub New ()
適用対象
ContainerNetworkInterfaceConfigurationInner(String, IList<IPConfigurationProfileInner>, IList<SubResource>, ProvisioningState, String, String, String)
ContainerNetworkInterfaceConfigurationInner クラスの新しいインスタンスを初期化します。
public ContainerNetworkInterfaceConfigurationInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationProfileInner> ipConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> containerNetworkInterfaces = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationProfileInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional ipConfigurations As IList(Of IPConfigurationProfileInner) = Nothing, Optional containerNetworkInterfaces As IList(Of SubResource) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
パラメーター
- id
- String
- ipConfigurations
- IList<IPConfigurationProfileInner>
コンテナー ネットワーク インターフェイス構成の IP 構成の一覧。
- containerNetworkInterfaces
- IList<SubResource>
このコンテナー ネットワーク インターフェイス構成から作成されたコンテナー ネットワーク インターフェイスの一覧。
- provisioningState
- ProvisioningState
コンテナー ネットワーク インターフェイス構成リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
リソースの名前。 この名前は、リソースへのアクセスに使用できます。
- type
- String
サブ リソースの種類。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET