次の方法で共有


NetworkInterface クラス

定義

リソース グループ内のネットワーク インターフェイス。

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterface : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterface = class
    inherit Resource
Public Class NetworkInterface
Inherits Resource
継承
NetworkInterface
属性

コンストラクター

NetworkInterface()

NetworkInterface クラスの新しいインスタンスを初期化します。

NetworkInterface(String, String, String, String, IDictionary<String, String>, ExtendedLocation, SubResource, NetworkSecurityGroup, PrivateEndpoint, IList<NetworkInterfaceIPConfiguration>, IList<NetworkInterfaceTapConfiguration>, NetworkInterfaceDnsSettings, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, SubResource, String, String, String, String, PrivateLinkService, String, String, String)

NetworkInterface クラスの新しいインスタンスを初期化します。

プロパティ

AuxiliaryMode

ネットワーク インターフェイス リソースの補助モードを取得または設定します。 指定できる値は、'None'、'MaxConnections'、'Floating' です。

DisableTcpStateTracking

tcp 状態の追跡を無効にするかどうかを示す値を取得または設定します。

DnsSettings

ネットワーク インターフェイスの DNS 設定を取得または設定します。

DscpConfiguration

ネットワーク インターフェイスがリンクされている dscp 構成への参照を取得します。

EnableAcceleratedNetworking

高速ネットワーク用にネットワーク インターフェイスが構成されているかどうかを取得または設定します。 高速ネットワークを必要とする VM サイズには適用されません。

EnableIPForwarding

このネットワーク インターフェイスで IP 転送が有効になっているかどうかを示す値を取得または設定します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

ExtendedLocation

ネットワーク インターフェイスの拡張位置を取得または設定します。

HostedWorkloads

リンクされた BareMetal リソースへの参照の一覧を取得します。

Id

リソース ID を取得または設定します。

(継承元 Resource)
IpConfigurations

ネットワーク インターフェイスの IPConfigurations の一覧を取得または設定します。

Location

リソースの場所を取得または設定します。

(継承元 Resource)
MacAddress

ネットワーク インターフェイスの MAC アドレスを取得します。

MigrationPhase

ネットワーク インターフェイス リソースの移行フェーズを取得または設定します。 使用可能な値は、'None'、'Prepare'、'Commit'、'Abort'、'Committed' です。

Name

リソース名を取得します。

(継承元 Resource)
NetworkSecurityGroup

NetworkSecurityGroup リソースへの参照を取得または設定します。

NicType

ネットワーク インターフェイス リソースの種類を取得または設定します。 使用可能な値は、'Standard'、'Elastic' です。

Primary

これが仮想マシン上のプライマリ ネットワーク インターフェイスであるかどうかを取得します。

PrivateEndpoint

ネットワーク インターフェイスがリンクされているプライベート エンドポイントへの参照を取得します。

PrivateLinkService

ネットワーク インターフェイス リソースの privatelinkservice を取得または設定します。

ProvisioningState

ネットワーク インターフェイス リソースのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

ResourceGuid

ネットワーク インターフェイス リソースのリソース GUID プロパティを取得します。

Tags

リソース タグを取得または設定します。

(継承元 Resource)
TapConfigurations

ネットワーク インターフェイスの TapConfigurations の一覧を取得します。

Type

リソースの種類を取得します。

(継承元 Resource)
VirtualMachine

仮想マシンへの参照を取得します。

VnetEncryptionSupported

この NIC がアタッチされている仮想マシンが暗号化をサポートしているかどうかを取得します。

WorkloadType

BareMetal リソースの NetworkInterface の workloadType を取得または設定します

適用対象