IUpdateDefinition<ReturnT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの更新の一部としてのアプリケーション ゲートウェイ認証証明書定義の全体。
public interface IUpdateDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.UpdateDefinition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.UpdateDefinition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.UpdateDefinition.IWithData<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ReturnT>
type IUpdateDefinition<'ReturnT> = interface
interface IBlank<'ReturnT>
interface IWithData<'ReturnT>
interface IWithAttach<'ReturnT>
interface IInUpdate<'ReturnT>
Public Interface IUpdateDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInUpdate(Of ReturnT), IWithAttach(Of ReturnT), IWithData(Of ReturnT)
型パラメーター
- ReturnT
この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。
- 実装
メソッド
Attach() |
アプリケーション ゲートウェイの更新の一部としてのアプリケーション ゲートウェイ認証証明書定義の全体。 (継承元 IInUpdate<ParentT>) |
FromBase64(String) |
アップロードする X.509 証明書を指定します。 (継承元 IWithData<ReturnT>) |
FromBytes(Byte[]) |
アップロードする X.509 証明書を指定します。 (継承元 IWithData<ReturnT>) |
FromFile(FileInfo) |
アップロードする X.509 証明書を指定します。 (継承元 IWithData<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET