Class AttestationServicePatchParams

java.lang.Object
com.azure.resourcemanager.attestation.models.AttestationServicePatchParams

public final class AttestationServicePatchParams extends Object
Parameters for patching an attestation provider.
  • Constructor Details

    • AttestationServicePatchParams

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

    • tags

      public Map<String,String> tags()
      Get the tags property: The tags that will be assigned to the attestation provider.
      Returns:
      the tags value.
    • withTags

      Set the tags property: The tags that will be assigned to the attestation provider.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AttestationServicePatchParams object itself.
    • validate

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