次の方法で共有


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

定義

資格情報定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithCertificateType<ParentT>
type IBlank<'ParentT> = interface
    interface IWithCertificateType<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithCertificateType(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

WithAsymmetricX509Certificate()

非対称 X509 にする証明書の種類を指定します。

(継承元 IWithCertificateType<ParentT>)
WithSymmetricEncryption()

対称にする証明書の種類を指定します。

(継承元 IWithCertificateType<ParentT>)

適用対象