ServicePrincipalImpl.IHasCredential<IUpdate>.WithCertificateCredential Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attach a credential to this model.
Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate IHasCredential<IUpdate>.WithCertificateCredential (Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredentialImpl<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate> credential);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.IHasCredential<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate>.WithCertificateCredential : Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredentialImpl<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.IHasCredential<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate>.WithCertificateCredential : Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredentialImpl<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
Function WithCertificateCredential (credential As CertificateCredentialImpl(Of IUpdate)) As IUpdate Implements IHasCredential(Of IUpdate).WithCertificateCredential
Parameters
- credential
- CertificateCredentialImpl<IUpdate>
The credential to attach to.
Returns
Implements
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.