Class AttestationServiceCreationParams

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

public final class AttestationServiceCreationParams extends Object
Parameters for creating an attestation provider.
  • Constructor Details

    • AttestationServiceCreationParams

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

    • location

      public String location()
      Get the location property: The supported Azure location where the attestation provider should be created.
      Returns:
      the location value.
    • withLocation

      public AttestationServiceCreationParams withLocation(String location)
      Set the location property: The supported Azure location where the attestation provider should be created.
      Parameters:
      location - the location value to set.
      Returns:
      the AttestationServiceCreationParams object itself.
    • 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 AttestationServiceCreationParams object itself.
    • properties

      Get the properties property: Properties of the attestation provider.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Properties of the attestation provider.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AttestationServiceCreationParams object itself.
    • validate

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