次の方法で共有


ISubnet インターフェイス

定義

仮想ネットワークのサブネットのクライアント側表現。

public interface ISubnet : Microsoft.Azure.Management.Network.Fluent.ISubnetBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.INetwork>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.SubnetInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetwork>
type ISubnet = interface
    interface IHasInner<SubnetInner>
    interface IChildResource<INetwork>
    interface IHasName
    interface IIndexable
    interface IHasParent<INetwork>
    interface ISubnetBeta
    interface IBeta
Public Interface ISubnet
Implements IBeta, IChildResource(Of INetwork), IHasInner(Of SubnetInner), IHasParent(Of INetwork), ISubnetBeta
実装

プロパティ

AddressPrefix

このサブネットに割り当てられているアドレス空間プレフィックスを CIDR 表記で取得します。

Inner

仮想ネットワークのサブネットのクライアント側表現。

(継承元 IHasInner<T>)
Key

仮想ネットワークのサブネットのクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
NetworkInterfaceIPConfigurationCount

このサブネットに関連付けられているネットワーク インターフェイス IP 構成の数を取得します。

NetworkSecurityGroupId

このサブネットに関連付けられているネットワーク セキュリティ グループのリソース ID (存在する場合) を取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
RouteTableId

このサブネットに関連付けられているルート テーブルのリソース ID (存在する場合) を取得します。

ServicesWithAccess

サブネットにアクセスできるサービスを取得します。

(継承元 ISubnetBeta)

メソッド

GetNetworkInterfaceIPConfigurations()
古い.

仮想ネットワークのサブネットのクライアント側表現。

GetNetworkSecurityGroup()

仮想ネットワークのサブネットのクライアント側表現。

GetRouteTable()

仮想ネットワークのサブネットのクライアント側表現。

ListAvailablePrivateIPAddresses()

仮想ネットワークのサブネットのクライアント側表現。

(継承元 ISubnetBeta)
ListNetworkInterfaceIPConfigurations()

仮想ネットワークのサブネットのクライアント側表現。

適用対象