CertificateCreateOrUpdateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CertificateCreateOrUpdateParameters() |
CertificateCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。 |
CertificateCreateOrUpdateParameters(String, CertificateCreateOrUpdateProperties) | |
CertificateCreateOrUpdateParameters(String, String, String, String, Boolean) |
CertificateCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。 |
CertificateCreateOrUpdateParameters()
CertificateCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。
public CertificateCreateOrUpdateParameters();
Public Sub New ()
適用対象
CertificateCreateOrUpdateParameters(String, CertificateCreateOrUpdateProperties)
public CertificateCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters
Public Sub New (name As String, properties As CertificateCreateOrUpdateProperties)
パラメーター
- name
- String
- properties
- CertificateCreateOrUpdateProperties
適用対象
CertificateCreateOrUpdateParameters(String, String, String, String, Boolean)
CertificateCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。
public CertificateCreateOrUpdateParameters(string name, string base64Value, string description = default, string thumbprint = default, bool isExportable = false);
new Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters : string * string * string * string * bool -> Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters
Public Sub New (name As String, base64Value As String, Optional description As String = Nothing, Optional thumbprint As String = Nothing, Optional isExportable As Boolean = false)
パラメーター
- name
- String
証明書の名前を取得または設定します。
- base64Value
- String
証明書の base64 エンコード値を取得または設定します。
- description
- String
証明書の説明を取得または設定します。
- thumbprint
- String
証明書の拇印を取得または設定します。
- isExportable
- Boolean
証明書のエクスポート可能な フラグを取得または設定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET