Sdílet prostřednictvím


ServicePrincipalImpl.IHasCredential<IUpdate>.WithCertificateCredential Method

Definition

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