BackendBaseParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BackendBaseParameters() |
BackendBaseParameters クラスの新しいインスタンスを初期化します。 |
BackendBaseParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties) |
BackendBaseParameters クラスの新しいインスタンスを初期化します。 |
BackendBaseParameters()
BackendBaseParameters クラスの新しいインスタンスを初期化します。
public BackendBaseParameters ();
Public Sub New ()
適用対象
BackendBaseParameters(String, String, String, BackendProperties, BackendCredentialsContract, BackendProxyContract, BackendTlsProperties)
BackendBaseParameters クラスの新しいインスタンスを初期化します。
public BackendBaseParameters (string title = default, string description = default, string resourceId = default, Microsoft.Azure.Management.ApiManagement.Models.BackendProperties properties = default, Microsoft.Azure.Management.ApiManagement.Models.BackendCredentialsContract credentials = default, Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract proxy = default, Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties tls = default);
new Microsoft.Azure.Management.ApiManagement.Models.BackendBaseParameters : string * string * string * Microsoft.Azure.Management.ApiManagement.Models.BackendProperties * Microsoft.Azure.Management.ApiManagement.Models.BackendCredentialsContract * Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract * Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties -> Microsoft.Azure.Management.ApiManagement.Models.BackendBaseParameters
Public Sub New (Optional title As String = Nothing, Optional description As String = Nothing, Optional resourceId As String = Nothing, Optional properties As BackendProperties = Nothing, Optional credentials As BackendCredentialsContract = Nothing, Optional proxy As BackendProxyContract = Nothing, Optional tls As BackendTlsProperties = Nothing)
パラメーター
- title
- String
バックエンド タイトル。
- description
- String
バックエンドの説明。
- resourceId
- String
外部システムのリソースの管理 URI。 この URL には、Logic Apps、Function Apps、または API Apps の Arm リソース ID を指定できます。
- properties
- BackendProperties
バックエンド プロパティ コントラクト
- credentials
- BackendCredentialsContract
バックエンド資格情報コントラクトのプロパティ
- proxy
- BackendProxyContract
バックエンド プロキシ コントラクトのプロパティ
バックエンド TLS プロパティ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET