次の方法で共有


IDefinition<ParentT> インターフェイス

定義

サブネット定義の全体。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithDelegation<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAddressPrefix<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithNetworkSecurityGroup<'ParentT>
    interface IWithRouteTable<'ParentT>
    interface IWithServiceEndpoint<'ParentT>
    interface IBeta
    interface IWithDelegation<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAddressPrefix(Of ParentT), IWithAttach(Of ParentT), IWithDelegation(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT), IWithServiceEndpoint(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

実装

メソッド

Attach()

サブネット定義の全体。

(継承元 IInDefinition<ParentT>)
WithAccessFromService(ServiceEndpointType)

アクセスを有効にするサービス エンドポイントを指定します。

(継承元 IWithServiceEndpoint<ParentT>)
WithAddressPrefix(String)

ネットワークのアドレス空間内のサブネットの IP アドレス空間を指定します。

(継承元 IWithAddressPrefix<ParentT>)
WithDelegation(String)

サブネット委任のサービス名を指定します。

(継承元 IWithDelegation<ParentT>)
WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

既存のネットワーク セキュリティ グループをこのサブネットに割り当てます。

(継承元 IWithNetworkSecurityGroup<ParentT>)
WithExistingNetworkSecurityGroup(String)

既存のネットワーク セキュリティ グループをこのサブネットに割り当てます。

(継承元 IWithNetworkSecurityGroup<ParentT>)
WithExistingRouteTable(IRouteTable)

サブネットに関連付ける既存のルート テーブルを指定します。

(継承元 IWithRouteTable<ParentT>)
WithExistingRouteTable(String)

サブネットに関連付ける既存のルート テーブルを指定します。

(継承元 IWithRouteTable<ParentT>)

適用対象