Partager via


IDefinition<ParentT> Interface

Définition

Intégralité d’une définition d’informations d’identification.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAuthFile<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAuthFileCertificate<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAuthFileCertificatePassword<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithCertificateType<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithDuration<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithPublicKey<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithStartDate<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithSymmetricKey<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithCertificateType<'ParentT>
    interface IWithPublicKey<'ParentT>
    interface IWithSymmetricKey<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithStartDate<'ParentT>
    interface IWithDuration<'ParentT>
    interface IWithAuthFile<'ParentT>
    interface IWithAuthFileCertificate<'ParentT>
    interface IWithAuthFileCertificatePassword<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithAuthFile(Of ParentT), IWithAuthFileCertificate(Of ParentT), IWithAuthFileCertificatePassword(Of ParentT), IWithCertificateType(Of ParentT), IWithDuration(Of ParentT), IWithPublicKey(Of ParentT), IWithStartDate(Of ParentT), IWithSymmetricKey(Of ParentT)

Paramètres de type

ParentT

Type de retour du fichier Attachable.attach().

Dérivé
Implémente

Méthodes

Attach()

Intégralité d’une définition d’informations d’identification.

(Hérité de IInDefinition<ParentT>)
WithAsymmetricX509Certificate()

Spécifie le type du certificat à asymétrique X509.

(Hérité de IWithCertificateType<ParentT>)
WithAuthFileToExport(StreamWriter)

Exportez les informations de ce principal de service dans un fichier d’authentification.

(Hérité de IWithAuthFile<ParentT>)
WithDuration(TimeSpan)

Spécifie la durée de validité du mot de passe ou de la clé. La valeur par défaut est 1 an.

(Hérité de IWithDuration<ParentT>)
WithPrivateKeyFile(String)

Exportez les informations de ce principal de service dans un fichier d’authentification.

(Hérité de IWithAuthFileCertificate<ParentT>)
WithPrivateKeyPassword(String)

Exportez les informations de ce principal de service dans un fichier d’authentification.

(Hérité de IWithAuthFileCertificatePassword<ParentT>)
WithPublicKey(Byte[])

Spécifie la clé publique d’un certificat X509 asymétrique.

(Hérité de IWithPublicKey<ParentT>)
WithSecretKey(Byte[])

Spécifie la clé secrète pour un chiffrement symétrique.

(Hérité de IWithSymmetricKey<ParentT>)
WithStartDate(DateTime)

Spécifie la date de début après laquelle le mot de passe ou la clé sera valide. La valeur par défaut est l’heure actuelle.

(Hérité de IWithStartDate<ParentT>)
WithSymmetricEncryption()

Spécifie le type du certificat à symétrique.

(Hérité de IWithCertificateType<ParentT>)

S’applique à