Interface Credential

All Superinterfaces:
HasId, HasName, Indexable
All Known Subinterfaces:
CertificateCredential, PasswordCredential

public interface Credential extends Indexable, HasId, HasName
An immutable client-side representation of an Azure AD credential.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key
  • Method Details