次の方法で共有


IWithServiceEndpoint インターフェイス

定義

サービス エンドポイントからサブネットへのアクセスを有効または無効にできるサブネット定義のステージ。

public interface IWithServiceEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithServiceEndpoint = interface
    interface IBeta
Public Interface IWithServiceEndpoint
Implements IBeta
派生
実装

メソッド

WithAccessFromService(ServiceEndpointType)

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

WithoutAccessFromService(ServiceEndpointType)

サービス エンドポイントからの既存のアクセスを削除することを指定します。

適用対象