Compartilhar via


IBlank<ParentT> Interface

Definição

O primeiro estágio de uma definição de credencial.

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

Parâmetros de tipo

ParentT

O estágio da definição pai à qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

WithAsymmetricX509Certificate()

Especifica o tipo do certificado a ser assimétrico X509.

(Herdado de IWithCertificateType<ParentT>)
WithSymmetricEncryption()

Especifica o tipo do certificado a ser simétrico.

(Herdado de IWithCertificateType<ParentT>)

Aplica-se a