Class AttestationProviderListResultInner

java.lang.Object
com.azure.resourcemanager.attestation.fluent.models.AttestationProviderListResultInner

public final class AttestationProviderListResultInner extends Object
Attestation Providers List.
  • Constructor Details

    • AttestationProviderListResultInner

      public AttestationProviderListResultInner()
      Creates an instance of AttestationProviderListResultInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • value

      public List<AttestationProviderInner> value()
      Get the value property: Attestation Provider array.
      Returns:
      the value value.
    • withValue

      Set the value property: Attestation Provider array.
      Parameters:
      value - the value value to set.
      Returns:
      the AttestationProviderListResultInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.