Class MigrateResultInner

java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.MigrateResultInner

public final class MigrateResultInner extends Object
Result for migrate operation.
  • Constructor Details

    • MigrateResultInner

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

    • id

      public String id()
      Get the id property: Resource ID.
      Returns:
      the id value.
    • type

      public String type()
      Get the type property: Resource type.
      Returns:
      the type value.
    • migratedProfileResourceId

      public ResourceReference migratedProfileResourceId()
      Get the migratedProfileResourceId property: Arm resource id of the migrated profile.
      Returns:
      the migratedProfileResourceId value.
    • validate

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